diff --git a/ctwrap/output.py b/ctwrap/output.py index 75f9efc..4b88ab1 100644 --- a/ctwrap/output.py +++ b/ctwrap/output.py @@ -245,7 +245,6 @@ def dir(self): return [] df = pd.read_csv(fname) - print("DEBUG dir df", df) return list(df.output) def load_like(self, entry, other):