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:
jeremystretch
2022-04-26 16:42:20 -04:00
parent 4bb9b6ee26
commit e0fc1b4f41

View File

@ -132,7 +132,6 @@ def serialize_object(obj, extra=None):
implicitly excluded. implicitly excluded.
""" """
json_str = serialize('json', [obj]) json_str = serialize('json', [obj])
print(json_str)
data = json.loads(json_str)[0]['fields'] data = json.loads(json_str)[0]['fields']
# Exclude any MPTTModel fields # Exclude any MPTTModel fields