[Monodevelop-patches-list] r2499 - trunk/MonoDevelop/Extras/BooBinding/Gui
Peter Johanson <latexer@gentoo.org>
pjohanson at mono-cvs.ximian.com
Mon May 2 11:11:08 EDT 2005
Author: pjohanson
Date: 2005-05-02 11:11:07 -0400 (Mon, 02 May 2005)
New Revision: 2499
Modified:
trunk/MonoDevelop/Extras/BooBinding/Gui/BooShellModel.boo
Log:
Remove some erronous print lines
Modified: trunk/MonoDevelop/Extras/BooBinding/Gui/BooShellModel.boo
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/Gui/BooShellModel.boo 2005-05-02 14:30:20 UTC (rev 2498)
+++ trunk/MonoDevelop/Extras/BooBinding/Gui/BooShellModel.boo 2005-05-02 15:11:07 UTC (rev 2499)
@@ -112,11 +112,8 @@
if com is not null:
- print "Sending out command '${com}'"
_booShell.QueueInput (com)
- print "trying to get the output!"
lines = _booShell.GetOutput()
- print "got the output!"
if lines is not null:
EnqueueOutput(lines)
com = null
More information about the Monodevelop-patches-list
mailing list