plugger.py
changeset 304 9a731a435403
parent 301 87c925eaaa3a
child 309 6eb074f0dae9
--- 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)
 
     #######################################################################