diff --git a/public_html/deployment/classes/vcs.git.class.php b/public_html/deployment/classes/vcs.git.class.php index bab4d5523cb2e69d758c8d749badefa45011e8dc..c994e34251c07740041a30b773ed24b142237d53 100644 --- a/public_html/deployment/classes/vcs.git.class.php +++ b/public_html/deployment/classes/vcs.git.class.php @@ -205,10 +205,6 @@ class vcs implements iVcs { return true; } - private function _extend_brancharray($a){ - - } - /** * read remote repository and get an array with names and revisions of * all branches and tags @@ -276,7 +272,7 @@ class vcs implements iVcs { $sMessage = $this->getCommitmessageByBranch($sName, $sRevision); $aReturn[$sBranchKey] = array( - 'debug'=> $aTmp, + // 'debug'=> $aTmp, 'revision' => $sRevision, 'name' => $sName, 'label' => $sType . ': ' . $sBranch,