peng 1 年間 前
コミット
616c8ad735
1 ファイル変更0 行追加1 行削除
  1. 0 1
      Service/DevicePushService.py

+ 0 - 1
Service/DevicePushService.py

@@ -159,7 +159,6 @@ class DevicePushService:
         is_app_push = True if params['event_type'] in [702, 704] and params['detection'] == 0 else is_app_push
         redis_obj = RedisObject(3)
         # 推送
-        LOGGING.info('{}is_app_push{}, {}'.format(uid, is_app_push, params))
         if is_app_push:
             msg_key = 'PUSH:MSG:IMAGE:{}:{}:{}'.format(params['uid'], params['channel'], params['n_time'])
             d_params = {'is_st': params['is_st'], 'storage_location': params['storage_location'],