Removed lost print
authoretisserant
Mon, 19 Jan 2009 08:39:16 +0100
changeset 304 9a731a435403
parent 303 453487dba0a6
child 305 6d2cc92eee0b
Removed lost print
plugger.py
--- a/plugger.py	Mon Jan 19 08:38:33 2009 +0100
+++ b/plugger.py	Mon Jan 19 08:39:16 2009 +0100
@@ -985,7 +985,6 @@
         path    = os.path.dirname(fileName)
         glade   = os.path.join(path,'wxglade.py')
         mode = {False:os.P_NOWAIT, True:os.P_WAIT}[wait]
-        print (mode,sys.executable,[sys.executable]+[glade]+options)
         os.spawnv(mode,sys.executable,[sys.executable]+[glade]+options)
 
     #######################################################################