Removed debug print

This commit is contained in:
Francesco Siddi 2016-03-08 19:28:23 +01:00
parent 4c4ec6c89b
commit 1884f6148e

View File

@ -70,7 +70,6 @@ def notification_get_subscriptions(context_object_type, context_object_id, actor
'context_object': context_object_id,
'is_subscribed': True,
}
print lookup
return subscriptions_collection.find(lookup)