Fix the spawn_notification to work in all cases and clean up some of the remaining code
This commit is contained in:
parent
591cd020b8
commit
752efb9e0f
17 changed files with 18379 additions and 18415 deletions
|
@ -25,9 +25,6 @@ class NotificationWorker(Worker):
|
|||
notification_id = job_details['notification_id'];
|
||||
notification = model.lookup_repo_notification(notification_id)
|
||||
|
||||
print job_details
|
||||
print notification
|
||||
|
||||
if not notification:
|
||||
# Probably deleted.
|
||||
return True
|
||||
|
|
Reference in a new issue