Skip to content

Commit

Permalink
去掉多余的输出
Browse files Browse the repository at this point in the history
  • Loading branch information
niqingyang authored Sep 16, 2022
1 parent 5114010 commit a9eca3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ public static function workerStart(string $process_name, array $config = []): vo
}

$worker->onWorkerStart = function ($worker) use ($config) {

echo "other worker onWorkerStart run\n";

foreach ($config['services'] ?? [] as $server) {
if (!\class_exists($server['handler'])) {
echo "process error: class {$server['handler']} not exists\r\n";
Expand Down

0 comments on commit a9eca3f

Please sign in to comment.