diff --git a/pomodoroprompt.py b/pomodoroprompt.py index fdebb7e..0178549 100644 --- a/pomodoroprompt.py +++ b/pomodoroprompt.py @@ -32,8 +32,6 @@ def pomodoro_prompt_report(whatnext): """ Ask what task was completed, showing the last task claimed to be being worked on """ text = "What'd you do?" - if whatnext: - text = "\n\n(What you said you'd do: " + whatnext + ')\n' whatdid = prompt_window.prompt(prompt=text, task=whatnext) # Pressing cancel returns None, but we want to just treat it as an empty string. if whatdid is None: