projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba7a090
)
Remove two debugging prints from hooke.ui.commandline
author
W. Trevor King
<wking@drexel.edu>
Wed, 19 May 2010 05:11:15 +0000
(
01:11
-0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 19 May 2010 05:11:15 +0000
(
01:11
-0400)
hooke/ui/commandline.py
patch
|
blob
|
history
diff --git
a/hooke/ui/commandline.py
b/hooke/ui/commandline.py
index 2a0369e4930deebdebc23c58844f34dfe35458e7..8a497181b8e0808d70775dfb6a3979b3f70aa044 100644
(file)
--- 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,