Viewer.py
changeset 275 acf474a94136
parent 272 3a9db28bc6b5
child 277 5fc11b2d4fbb
--- 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()