From d109dc15573d56c5b6fcea2c34ca1c6f91be4fbc Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 17 Oct 2018 23:24:57 +0100 Subject: [PATCH] Remove debugging --- blocks/ORB/Common.pm | 1 - supportfiles/migrate_legacy_orb.pl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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.