mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Removing stray debug statement
This commit is contained in:
@@ -321,7 +321,6 @@ def activity_stream_create(sender, instance, created, **kwargs):
|
|||||||
object1=object1,
|
object1=object1,
|
||||||
changes=json.dumps(model_to_dict(instance, model_serializer_mapping)))
|
changes=json.dumps(model_to_dict(instance, model_serializer_mapping)))
|
||||||
activity_entry.save()
|
activity_entry.save()
|
||||||
print("Instance: {}".format(instance))
|
|
||||||
#TODO: Weird situation where cascade SETNULL doesn't work
|
#TODO: Weird situation where cascade SETNULL doesn't work
|
||||||
# it might actually be a good idea to remove all of these FK references since
|
# it might actually be a good idea to remove all of these FK references since
|
||||||
# we don't really use them anyway.
|
# we don't really use them anyway.
|
||||||
|
|||||||
Reference in New Issue
Block a user