chenjunkai 7 tahun lalu
induk
melakukan
53b8805a6c
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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)