From 892c56b07c73d6b63544ec1531c4610a0a4146e6 Mon Sep 17 00:00:00 2001 From: Cyrille Bonamy Date: Tue, 16 Jul 2024 19:09:38 +0200 Subject: [PATCH] remove debug print --- fluidfoam/readpostpro.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fluidfoam/readpostpro.py b/fluidfoam/readpostpro.py index 801a3ce..3c55528 100644 --- a/fluidfoam/readpostpro.py +++ b/fluidfoam/readpostpro.py @@ -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)