controls/VariablePanel.py
changeset 2579 8fb5c6eddc72
parent 2574 48a486000e84
child 3300 95fe62bfe920
--- a/controls/VariablePanel.py	Sun Apr 07 16:23:49 2019 +0200
+++ b/controls/VariablePanel.py	Sun Apr 07 21:08:07 2019 +0200
@@ -151,7 +151,6 @@
             return value
 
     def SetValue(self, row, col, value):
-        print("SetValue",row, col, value)
         if col < len(self.colnames):
             colname = self.GetColLabelValue(col, False)
             if colname == "Name":