diff --git a/pomodoroprompt.py b/pomodoroprompt.py index 637a565..391f720 100644 --- a/pomodoroprompt.py +++ b/pomodoroprompt.py @@ -25,8 +25,6 @@ def pomodoro_prompt_plan(whatdid = ''): # my own interface, so here's what we get. NOTE: If we can do system notifications that # when clicked will focus the terminal running pomodoro prompt, that would be even better # than these pop-up GUI notifications/text entry. - if whatdid: - text = "\n\n(Last thing you did: " + whatdid + ')\n' whatnext = prompt_window.prompt(prompt=text, task=whatdid) # Pressing cancel returns None, but we want to just treat it as an empty string. if whatnext is None: