[RavenclawDev 206] [4] Pythia/src: Removed some debugging messages.

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Thu Dec 14 13:04:21 EST 2006


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20061214/b9449367/attachment.html
-------------- next part --------------
Modified: Pythia/src/basic_process_monitor.py
===================================================================
--- Pythia/src/basic_process_monitor.py	2006-12-11 01:18:23 UTC (rev 3)
+++ Pythia/src/basic_process_monitor.py	2006-12-14 18:04:20 UTC (rev 4)
@@ -88,9 +88,7 @@
 	if self.process_set is not None:
 	    env = self.process_set.process_environment
 	    if not env.suppress_expansions:
-		print("command_line: `%s'" % command_line)
 		command_line = env.ExpandFile(command_line)
-		print("expanded command_line: `%s'" % command_line)
 	if self.cmdline:
 	    raise ConfigurationError, "command line already specified"
 	self.cmdline = command_line
@@ -658,7 +656,6 @@
                         directives.append((d[0], ""))
                     else:
                         directives.append((d[0], d[1]))
-			print("appending `%s', `%s'" % (d[0], d[1]))
                 except ConfigurationError, msg:
                     raise ConfigurationError, msg
                 except:

Modified: Pythia/src/win_pm_core.py
===================================================================
--- Pythia/src/win_pm_core.py	2006-12-11 01:18:23 UTC (rev 3)
+++ Pythia/src/win_pm_core.py	2006-12-14 18:04:20 UTC (rev 4)
@@ -269,15 +269,12 @@
         # tokenizer on the cmd, too, just to get the
         # escapes right.
 
-	print(cmdline)
         tokenized_cmdline = self.TokenizeCmdlineArgs(cmdline)
 
         cmd = tokenized_cmdline[0]
         args = tokenized_cmdline[1:]
-	print(cmd)
 
         modified_cmd = self._mkcommand(cmd, args)
-	print(modified_cmd)
 
         try:
             process_info = win32process.CreateProcess(None, modified_cmd,


More information about the Ravenclaw-developers mailing list