diff --git a/public_html/deployment/classes/project.class.php b/public_html/deployment/classes/project.class.php index 082abffd902481a28c4023fc47521aa706c5408a..732da3c8d192b5cd46b26271eceb3c7e75947b65 100644 --- a/public_html/deployment/classes/project.class.php +++ b/public_html/deployment/classes/project.class.php @@ -1612,8 +1612,7 @@ class project extends base { ; $sHookfile = $this->_aConfig['hooks']['build-postclone']; - $sReturn.='<h3>' . t('class-project-build-label-execute-hook-postclone') . ' (' . $sHookfile . ')</h3>' - . 'env: <pre>'.$sSetEnv.'</pre>'; + $sReturn.='<h3>' . t('class-project-build-label-execute-hook-postclone') . ' (' . $sHookfile . ')</h3>'; if (file_exists($sTempDir . '/' . $sHookfile)) { // $sReturn.=$this->_execAndSend('chmod 755 ' . $sTempDir . '/hooks/on*');