Removing stray debug statement

This commit is contained in:
Matthew Jones 2016-01-05 14:59:04 -05:00
parent ae12be9afa
commit 71c7dc16e3

View File

@ -321,7 +321,6 @@ def activity_stream_create(sender, instance, created, **kwargs):
object1=object1,
changes=json.dumps(model_to_dict(instance, model_serializer_mapping)))
activity_entry.save()
print("Instance: {}".format(instance))
#TODO: Weird situation where cascade SETNULL doesn't work
# it might actually be a good idea to remove all of these FK references since
# we don't really use them anyway.