1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Remove errant print() statement

This commit is contained in:
Jeremy Stretch
2018-10-26 14:06:27 -04:00
parent 0c7510c1a8
commit 33cdecbc52

View File

@ -212,13 +212,6 @@ class ObjectEditView(GetReturnURLMixin, View):
obj_created = not form.instance.pk
obj = form.save()
print("Connecting {} {} to {} {}".format(
obj.termination_a.device,
obj.termination_a,
obj.termination_b.device,
obj.termination_b
))
msg = '{} {}'.format(
'Created' if obj_created else 'Modified',
self.model._meta.verbose_name