remove prints
authorpierre <ratinaud@univ-tlse2.fr>
Mon, 17 Jun 2024 16:03:46 +0000 (18:03 +0200)
committerpierre <ratinaud@univ-tlse2.fr>
Mon, 17 Jun 2024 16:03:46 +0000 (18:03 +0200)
elcategorizator.py

index c49a7ce..367e22a 100644 (file)
@@ -354,9 +354,6 @@ class ElCategorizator ( wx.Panel ):
         if W < 300 :
             W = 300
         splitsize = int(W/3)
-        print(W)
-        print(H)
-        print(splitsize)
 
         panelwords = ListPanel(splitter, self, ListForWords)
         splitter.AppendWindow(panelwords, splitsize)