From c00d7f4ea2b7db78001386e0976147b572c39e9d Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 5 Sep 2024 16:29:56 +0200 Subject: [PATCH] ... --- iramuteq.py | 1 - 1 file changed, 1 deletion(-) diff --git a/iramuteq.py b/iramuteq.py index 3b00af8..6e77bcd 100755 --- a/iramuteq.py +++ b/iramuteq.py @@ -238,7 +238,6 @@ class IraFrame(wx.Frame): wx.CLIP_CHILDREN): log.info('Starting Iramuteq... ' ) log.info('version : %s' % ConfigGlob.get('DEFAULT', 'version')) - print(size) wx.Frame.__init__(self, parent, id, title, pos, size, style) # configuration -- 2.7.4