mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-03 14:18:16 -06:00
Remove errant print statement
This commit is contained in:
parent
e88403f8a4
commit
a3cc0f5057
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user