Skip to content
Snippets Groups Projects
Commit 2315a3f3 authored by inso's avatar inso
Browse files

Remove spam message

parent d4af4360
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,6 @@ def once_at_a_time(fn):
if fn.__name__ in args[0].__tasks:
args[0].__tasks[fn.__name__]._next_task = fn
args[0].__tasks[fn.__name__].cancel()
logging.debug("Previous {0} was cancelled".format(fn.__name__))
else:
fn._start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment