diff --git a/portality/bll/services/todo.py b/portality/bll/services/todo.py index d145a1bc4..c8dca98f3 100644 --- a/portality/bll/services/todo.py +++ b/portality/bll/services/todo.py @@ -198,12 +198,10 @@ def maned_follow_up_old(cls, size, maned_of, flagged=False, acc_id=None): TodoQuery.cd_older_than(10), TodoQuery.is_new_application() ] - print(flagged) if flagged == "flagged": musts.append(TodoQuery.flagged_to_me(acc_id)) elif flagged == "a2me": musts.append(TodoQuery.editor_group(maned_of)) - print(musts) follow_up_old = TodoQuery(