chenjunkai 7 жил өмнө
parent
commit
53b8805a6c

+ 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)