mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
took out debug prints
This commit is contained in:
parent
db820b74ba
commit
fa15dccfaf
1 changed files with 0 additions and 2 deletions
|
@ -61,8 +61,6 @@ def prompt(msg):
|
||||||
"""Prints a message to the std err stream defined in util."""
|
"""Prints a message to the std err stream defined in util."""
|
||||||
if not msg.endswith("\n"):
|
if not msg.endswith("\n"):
|
||||||
msg += "\n"
|
msg += "\n"
|
||||||
print "barf"
|
|
||||||
print msg
|
|
||||||
STDERR.write(u(msg))
|
STDERR.write(u(msg))
|
||||||
|
|
||||||
def py23_input(msg):
|
def py23_input(msg):
|
||||||
|
|
Loading…
Add table
Reference in a new issue