From 7872a6a442ab40aec49eea8b2adb0c33640e42dd Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 21 Feb 2018 15:25:58 -0600 Subject: [PATCH] Remove debug stuff in xml converter --- app/Console/Commands/DevCommands.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Console/Commands/DevCommands.php b/app/Console/Commands/DevCommands.php index f75c0b13..e32f4fef 100644 --- a/app/Console/Commands/DevCommands.php +++ b/app/Console/Commands/DevCommands.php @@ -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; }