chenjunkai 7 년 전
부모
커밋
53b8805a6c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)