yingzi há 1 ano atrás
pai
commit
6a2fa4d14d
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      swoole_server/start.php

+ 0 - 2
swoole_server/start.php

@@ -24,10 +24,8 @@ require_once __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'Mall'
 $serviceName = Factory::request()->param('service');
 $serviceName = ucfirst($serviceName);
 $daemonize = intval(Factory::request()->param('daemonize'));
-var_dump($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');
 }