Skip to content

Commit f61f12c

Browse files
committed
Hide the debug message
1 parent 90e0ec2 commit f61f12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncTaskStatus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private function findTaskRunnerProcess(): bool
119119
// we can assume we are in cmd, but wcim in cmd is deprecated, and the replacement gcim requires powershell
120120
$results = [];
121121
$fullCmd = "powershell echo \"\"(gcim Win32_Process -Filter \\\"CommandLine LIKE '%id=\'$encodedTaskID\'%'\\\").ProcessId\"\"";
122-
\Illuminate\Support\Facades\Log::info($fullCmd);
122+
// \Illuminate\Support\Facades\Log::info($fullCmd);
123123
exec("powershell echo \"\"(gcim Win32_Process -Filter \\\"CommandLine LIKE '%id=\'$encodedTaskID\'%'\\\").ProcessId\"\"", $results);
124124
// will output many lines, each line being a PID
125125
foreach ($results as $candidatePID) {

0 commit comments

Comments
 (0)