瀏覽代碼

Merge pull request #2256 from visuddhinanda/development

:fire: timeout log
visuddhinanda 1 年之前
父節點
當前提交
1892a03872
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      api-v8/app/Http/Api/Mq.php

+ 0 - 2
api-v8/app/Http/Api/Mq.php

@@ -174,9 +174,7 @@ class Mq
                 $channel->wait(null, false, $deadline - time());
             } catch (\Throwable $th) {
                 //throw $th;
-                Log::error('rabbitmq timeout');
             }
-
             // do something else
         }
     }