Browse Source

取消日志

tanghongbin 4 năm trước cách đây
mục cha
commit
1694bc67b8
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  1. 0 7
      Controller/UidSetController.py

+ 0 - 7
Controller/UidSetController.py

@@ -436,12 +436,6 @@ class UidSetView(View):
                 return response.json(444, 'channel')
             try:
                 ucs = {}
-                info = ''
-                info = info + 'start_x=' + str(start_x) + ' '
-                info = info + 'start_y=' + str(start_y) + ' '
-                info = info + 'end_x=' + str(end_x) + ' '
-                info = info + 'end_y=' + str(end_y) + ' '
-                info = info + 'request=' + str(request_dict) + ' '
                 if enter_voice:
                     ucs['voice_prompt_enter'] = enter_voice
 
@@ -478,7 +472,6 @@ class UidSetView(View):
                 if direction:
                     ucs['voice_direction'] = direction
 
-                ModelService.add_ip_log('', info)
                 uid_channel_set_qs = UidChannelSetModel.objects.filter(uid__uid=uid, channel=channel)
                 if not uid_channel_set_qs.exists():
                     uidObject = UidSetModel.objects.filter(uid=uid)