Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Jul 16, 2024
1 parent 3ac8488 commit 892c56b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fluidfoam/readpostpro.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def readforce(path, namepatch="forces", time_name="0", name="forces"):
for timename in time_list:
try:
tab = readforce(path, namepatch, timename, name+"_"+timename)
print("Pass")
except:
try:
tab = readforce(path, namepatch, timename, name)
Expand Down

0 comments on commit 892c56b

Please sign in to comment.