diff -r eed31489c909 -r 8fb5c6eddc72 controls/VariablePanel.py --- 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":