Skip to content

Commit e1f32e8

Browse files
committed
Remove leftover debug print
1 parent 710ec25 commit e1f32e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AsyncTaskStatus.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ private function findTaskRunnerProcess(): bool
128128
// we can assume we are in cmd, but wcim in cmd is deprecated, and the replacement gcim requires powershell
129129
$results = [];
130130
$fullCmd = "powershell echo \"\"(gcim Win32_Process -Filter \\\"CommandLine LIKE '%id=\'$encodedTaskID\'%'\\\").ProcessId\"\"";
131-
// \Illuminate\Support\Facades\Log::info($fullCmd);
132131
exec("powershell echo \"\"(gcim Win32_Process -Filter \\\"CommandLine LIKE '%id=\'$encodedTaskID\'%'\\\").ProcessId\"\"", $results);
133132
// will output many lines, each line being a PID
134133
foreach ($results as $candidatePID) {

0 commit comments

Comments
 (0)