From 68fcc2d09947503708d30b14f1d77869e0065952 Mon Sep 17 00:00:00 2001 From: Erwan Pannier Date: Wed, 1 Jan 2025 01:13:49 +0100 Subject: [PATCH] typo --- ctwrap/output.py | 1 - 1 file changed, 1 deletion(-) 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):