Skip to content

Commit

Permalink
PR cleanup: remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
amdomanska committed Nov 19, 2024
1 parent a8f0aef commit 3377644
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions portality/bll/services/todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3377644

Please sign in to comment.