@@ -11,12 +11,6 @@ class git
return TRUE;
}
- if(strpos($_string, 'Git Success') === TRUE){
- $return = TRUE;
- } else {
- return FALSE;
- }
-
return $return;
} else {