took out debug prints

This commit is contained in:
Alex Apolloni 2013-10-30 11:12:49 +01:00
parent db820b74ba
commit fa15dccfaf

View file

@ -61,8 +61,6 @@ def prompt(msg):
"""Prints a message to the std err stream defined in util."""
if not msg.endswith("\n"):
msg += "\n"
print "barf"
print msg
STDERR.write(u(msg))
def py23_input(msg):