소스 검색

取消添加日志记录时区问题

tanghongbin 4 년 전
부모
커밋
58f41c9b55
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Controller/DetectController.py

+ 0 - 1
Controller/DetectController.py

@@ -172,7 +172,6 @@ class DetectControllerView(View):
         tz = request_dict.get('tz', '0')
         # 消息提醒功能新增
 
-        ModelService.add_tmp_log('tz='+tz)
         # 如果传空上来,就默认为0
         if tz == '':
             tz = 0