Remove extra debug line

This commit is contained in:
Aaron Lichtman 2019-11-17 01:49:58 +01:00
parent 455261c55e
commit fce60a364f
No known key found for this signature in database
GPG key ID: 22368077DE9F9903

View file

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