diff --git a/awx/main/signals.py b/awx/main/signals.py index 04a1cfa00a..8b0c22ec9d 100644 --- a/awx/main/signals.py +++ b/awx/main/signals.py @@ -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.