mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Removing stray debug statement
This commit is contained in:
parent
ae12be9afa
commit
71c7dc16e3
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user