소스 검색

vivo推送极光透传

peng 2 년 전
부모
커밋
c02b04d8d0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Controller/DetectControllerV2.py

+ 0 - 1
Controller/DetectControllerV2.py

@@ -107,7 +107,6 @@ class DetectControllerViewV2(View):
         region = request_dict.get('region', None)  # app必须传:1:国外,2:国内
         electricity_status = request_dict.get('electricity_status', None)
         domain_name = request_dict.get('domain_name', None)
-        LOGGER.info('推送开关参数:{}'.format(request_dict))
         if not region:
             return response.json(444, 'region')
         region = int(region)