Browse Source

remove log

liuzejian 1 năm trước cách đây
mục cha
commit
5058133a0e
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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,