Remove debug stuff in xml converter

This commit is contained in:
Nabeel Shahzad 2018-02-21 15:25:58 -06:00
parent 9dfdc8195d
commit 7872a6a442

View File

@ -136,8 +136,7 @@ class DevCommands extends BaseCommand
$yaml_row[$fname] = $fvalue;
}
if($yaml_row['pirep_id'] === 'pirepid_2')
$yaml[$table_name][] = $yaml_row;
$yaml[$table_name][] = $yaml_row;
++$count;
}