Explorar el Código

Remove errant print statement

jeremystretch hace 3 años
padre
commit
e0fc1b4f41
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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