Commit 066f6dfa authored by Antoine Catton's avatar Antoine Catton

Remove pdb.

parent 99f92a82
......@@ -165,7 +165,6 @@ class Recipe(GenericSlapRecipe):
for notify in entry.get('notify', '').split():
if notify: # Ignore empty values
import pdb; pdb.set_trace()
command.extend(['--notify', notify])
command.append('--')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment