* Remove debug code

This commit is contained in:
zenggang
2023-07-06 06:56:15 +00:00
parent 1af667522b
commit 7666c32db5
-1
View File
@@ -1535,7 +1535,6 @@ class repoModel extends model
{
$cmd = 'git clone --progress -v "' . $project->tokenCloneUrl . '" "' . $path . '" > "' . $this->app->getTmpRoot() . "log/clone.progress.$module.{$this->post->name}.log\" 2>&1 &";
if(PHP_OS == 'WINNT') $cmd = "start /b $cmd";
var_dump($cmd);exit;
exec($cmd);
}
$_POST['path'] = $path;