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):