瀏覽代碼

remove log

liuzejian 1 年之前
父節點
當前提交
5058133a0e
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      app/Jobs/Callback/ReportCharge.php

+ 0 - 3
app/Jobs/Callback/ReportCharge.php

@@ -40,9 +40,6 @@ class ReportCharge implements ShouldQueue
      */
     public function handle(): void
     {
-        myLog('reportCharge')->info('info', [
-            'info' => $this->info
-        ]);
         $traceContext = TraceContext::newFromParent($this->info['traceInfo']);
         myLog('reportCharge')->info('开始处理订单回传', [
             'orderInfo' => $this->info,