Removing uneeded comments
This commit is contained in:
parent
ef58d4135f
commit
def4ce7283
@ -77,8 +77,6 @@ class IDF_Scm_Git extends IDF_Scm
|
||||
|
||||
if ($line != '') {
|
||||
$action = $line[0];
|
||||
#echo "line = " . $line . "\n";
|
||||
#echo "action = " . $action;
|
||||
if ($action == 'A') {
|
||||
$filename = trim(substr($line, 1));
|
||||
$return->additions[] = $filename;
|
||||
|
Loading…
Reference in New Issue
Block a user