From fa15dccfaf8c454950e5aaf3124a0b0937e2a43a Mon Sep 17 00:00:00 2001 From: Alex Apolloni Date: Wed, 30 Oct 2013 11:12:49 +0100 Subject: [PATCH] took out debug prints --- jrnl/util.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/jrnl/util.py b/jrnl/util.py index fbba969e..0a92bc98 100644 --- a/jrnl/util.py +++ b/jrnl/util.py @@ -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):