From: pierre Date: Mon, 17 Jun 2024 16:05:08 +0000 (+0200) Subject: remove print X-Git-Url: http://iramuteq.org/git?a=commitdiff_plain;ds=sidebyside;h=85ec8d6765b761614a34c0c0d0af080eeff75cc6;p=iramuteq remove print --- 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)