Remove debugging

This commit is contained in:
Chris 2018-10-17 23:24:57 +01:00
parent 269e901ca2
commit d109dc1557
2 changed files with 1 additions and 2 deletions

View File

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

View File

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