chenjunkai 6 anni fa
parent
commit
53b8805a6c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Controller/OTAEquipment.py

+ 0 - 1
Controller/OTAEquipment.py

@@ -33,7 +33,6 @@ def addNewEquipmentVersion(deviceContent, token,response):
                 try:
                     deviceData = json.loads(deviceContent)
                 except Exception as e:
-                    print(deviceData)
                     return response.json(803)
                 else:
                     version = deviceData.get('version', None)