From: W. Trevor King Date: Wed, 19 May 2010 05:11:15 +0000 (-0400) Subject: Remove two debugging prints from hooke.ui.commandline X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=91c4460d653bf6c978adda2c2df7d45bdf64c817;p=hooke.git Remove two debugging prints from hooke.ui.commandline --- diff --git a/hooke/ui/commandline.py b/hooke/ui/commandline.py index 2a0369e..8a49718 100644 --- a/hooke/ui/commandline.py +++ b/hooke/ui/commandline.py @@ -365,11 +365,9 @@ class CommandLine (UserInterface): super(CommandLine, self).__init__(name='command line') def run(self, commands, ui_to_command_queue, command_to_ui_queue): - print 'running in ui' cmd = HookeCmd(self, commands, inqueue=ui_to_command_queue, outqueue=command_to_ui_queue) - print 'cmdloop' cmd.cmdloop(self._splash_text()) def run_lines(self, commands, ui_to_command_queue, command_to_ui_queue,