Преглед изворни кода

Remove errant print statement

jeremystretch пре 3 година
родитељ
комит
e0fc1b4f41
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      netbox/utilities/utils.py

+ 0 - 1
netbox/utilities/utils.py

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