diff --git a/src/customer/tasks.py b/src/customer/tasks.py index de6dc2c..cb6dd9b 100644 --- a/src/customer/tasks.py +++ b/src/customer/tasks.py @@ -104,8 +104,3 @@ def check_not_paid_accounts(): account_list.append(account) return account_list - - -# @periodic_task(ignore_result=True, run_every=crontab()) -# def test(): -# print('hi')