projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133ae0d
)
remove prints
author
pierre
<ratinaud@univ-tlse2.fr>
Mon, 17 Jun 2024 16:03:46 +0000
(18:03 +0200)
committer
pierre
<ratinaud@univ-tlse2.fr>
Mon, 17 Jun 2024 16:03:46 +0000
(18:03 +0200)
elcategorizator.py
patch
|
blob
|
history
diff --git
a/elcategorizator.py
b/elcategorizator.py
index
c49a7ce
..
367e22a
100644
(file)
--- a/
elcategorizator.py
+++ b/
elcategorizator.py
@@
-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)