From 85ec8d6765b761614a34c0c0d0af080eeff75cc6 Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 17 Jun 2024 18:05:08 +0200 Subject: [PATCH] remove print --- openanalyse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openanalyse.py b/openanalyse.py index 873f4b3..2c025f3 100644 --- a/openanalyse.py +++ b/openanalyse.py @@ -183,4 +183,4 @@ class OpenAnalyse(): Chi2Layout(self.parent, corpus, self.conf) elif self.conf['type'] == 'categorisation' : CateLayout(self.parent, corpus, self.conf) - print(self.conf) + #print(self.conf) -- 2.7.4