yingzi 1 year ago
parent
commit
d4fb7d9760
1 changed files with 0 additions and 1 deletions
  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'));
 $daemonize = intval(Factory::request()->param('daemonize'));
 
 
 $serviceConfigPath = __DIR__ . DIRECTORY_SEPARATOR . $serviceName . DIRECTORY_SEPARATOR . 'Config'.DIRECTORY_SEPARATOR.'Config.php';
 $serviceConfigPath = __DIR__ . DIRECTORY_SEPARATOR . $serviceName . DIRECTORY_SEPARATOR . 'Config'.DIRECTORY_SEPARATOR.'Config.php';
-var_dump($serviceConfigPath);
 if (!file_exists($serviceConfigPath)) {
 if (!file_exists($serviceConfigPath)) {
     exit($serviceConfigPath . 'config file is not found');
     exit($serviceConfigPath . 'config file is not found');
 }
 }