diff --git a/public_html/deployment/classes/vcs.git.class.php b/public_html/deployment/classes/vcs.git.class.php index 42e5a91f79609bbdf3b6d5d198a3e56eb2b9dbdb..a06fa59de6ed562814bc688101778309eef7f8d9 100644 --- a/public_html/deployment/classes/vcs.git.class.php +++ b/public_html/deployment/classes/vcs.git.class.php @@ -261,8 +261,6 @@ class vcs implements iVcs { } $this->_aRemoteBranches = $aReturn; $oCache->write($aReturn, $iTtl); - } else { - $this->log(__FUNCTION__." FAILD with rc=$iRc $sGitCmd", 'error'); } } else { $this->_aRemoteBranches = $oCache->read();