cleaning statement to sys.__stdout__
[sface.git] / sface / sfiprocess.py
index 1d88155..1e93b29 100644 (file)
@@ -37,7 +37,6 @@ class SfiProcess(QObject):
 
     def __init_command(self, args):
         self.args = QStringList()
-        print "DEBUG FLAG:", config.debug
         if config.debug:
             # this shows xmlrpc conversation, see sfi.py docs.
             self.args << QString('-D')
@@ -58,7 +57,6 @@ class SfiProcess(QObject):
         # It's cool to have this method wo we print the stdOut live,
         # but we must be carefull with self.output, used by XmlrpcTracker too.
         tmpOut = self.process.readAllStandardOutput()
-        print "STDOUT READY"
         if config.debug:
             print tmpOut        
         self.output += tmpOut