mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-15 13:24:04 +00:00
Removes test print statement
This commit is contained in:
parent
6b5bebdf78
commit
c7c90f9e9b
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ class AutoMod(models.Model):
|
|||
@app.task(queue="low_priority")
|
||||
def automod_task():
|
||||
"""Create reports"""
|
||||
print("TASK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
|
||||
if not AutoMod.objects.exists():
|
||||
return
|
||||
reporter = AutoMod.objects.first().created_by
|
||||
|
|
Loading…
Reference in a new issue