Browse Source

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

tanghongbin 4 năm trước cách đây
mục cha
commit
58f41c9b55
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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