diff --git a/features/steps/core.py b/features/steps/core.py index 40b44f92..b9d6c02c 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -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: