yingzi 1 yıl önce
ebeveyn
işleme
d4fb7d9760
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      swoole_server/start.php

+ 0 - 1
swoole_server/start.php

@@ -26,7 +26,6 @@ $serviceName = ucfirst($serviceName);
 $daemonize = intval(Factory::request()->param('daemonize'));
 
 $serviceConfigPath = __DIR__ . DIRECTORY_SEPARATOR . $serviceName . DIRECTORY_SEPARATOR . 'Config'.DIRECTORY_SEPARATOR.'Config.php';
-var_dump($serviceConfigPath);
 if (!file_exists($serviceConfigPath)) {
     exit($serviceConfigPath . 'config file is not found');
 }