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,