Browse Source

remove log

liuzejian 1 year ago
parent
commit
5058133a0e
1 changed files with 0 additions and 3 deletions
  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,