# HG changeset patch
# User etisserant
# Date 1232350756 -3600
# Node ID 9a731a4354035c3024a3e5f8511e6e2c5c4778b3
# Parent  453487dba0a6e8100bce6c996e5fbf2087213e3d
Removed lost print

diff -r 453487dba0a6 -r 9a731a435403 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)
 
     #######################################################################