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 != '') {
|
if ($line != '') {
|
||||||
$action = $line[0];
|
$action = $line[0];
|
||||||
#echo "line = " . $line . "\n";
|
|
||||||
#echo "action = " . $action;
|
|
||||||
if ($action == 'A') {
|
if ($action == 'A') {
|
||||||
$filename = trim(substr($line, 1));
|
$filename = trim(substr($line, 1));
|
||||||
$return->additions[] = $filename;
|
$return->additions[] = $filename;
|
||||||
|
Loading…
Reference in New Issue
Block a user