diff -r 047e36c63736 -r acf474a94136 Viewer.py --- a/Viewer.py Thu Sep 18 08:05:55 2008 +0200 +++ b/Viewer.py Mon Sep 22 08:01:10 2008 +0200 @@ -1883,7 +1883,6 @@ "inputs" : block.GetInputTypes(), "executionControl" : block.GetExecutionControl(), "executionOrder" : block.GetExecutionOrder()} - print old_values dialog.SetValues(old_values) if dialog.ShowModal() == wx.ID_OK: new_values = dialog.GetValues()