diff --git a/blocks/ORB/Common.pm b/blocks/ORB/Common.pm index 38ff350..0ff259a 100644 --- a/blocks/ORB/Common.pm +++ b/blocks/ORB/Common.pm @@ -28,7 +28,6 @@ use JSON; # How many ingredient rows should appear in the empty form? use constant DEFAULT_INGREDIENT_COUNT => 5; -use Data::Dumper; # ============================================================================ # Page generation support functions diff --git a/supportfiles/migrate_legacy_orb.pl b/supportfiles/migrate_legacy_orb.pl index 1a7c6b9..9ea85d7 100755 --- a/supportfiles/migrate_legacy_orb.pl +++ b/supportfiles/migrate_legacy_orb.pl @@ -9,7 +9,7 @@ use DBI; use Webperl::Logger; use Webperl::ConfigMicro; use ORB::System; -use Data::Dumper; + ## @fn void clear_target_tables($dbh, $settings) # Empty out tables in the new ORB database to allow easier reimport.