Removing uneeded comments

This commit is contained in:
Nathan Adams 2013-07-27 19:38:12 -05:00
parent ef58d4135f
commit def4ce7283

View File

@ -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;