mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-30 22:46:12 +02:00
Remove extra debug line
This commit is contained in:
parent
455261c55e
commit
fce60a364f
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ def set_config(context, config_file):
|
|||
@when('we open the editor and enter "{text}"')
|
||||
def open_editor_and_enter(context, text=""):
|
||||
text = (text or context.text)
|
||||
print("open_editor_and_enter called")
|
||||
def _mock_editor_function(command):
|
||||
tmpfile = command[-1]
|
||||
with open(tmpfile, "w+") as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue