Remove debugging
This commit is contained in:
parent
269e901ca2
commit
d109dc1557
@ -28,7 +28,6 @@ use JSON;
|
|||||||
# How many ingredient rows should appear in the empty form?
|
# How many ingredient rows should appear in the empty form?
|
||||||
use constant DEFAULT_INGREDIENT_COUNT => 5;
|
use constant DEFAULT_INGREDIENT_COUNT => 5;
|
||||||
|
|
||||||
use Data::Dumper;
|
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# Page generation support functions
|
# Page generation support functions
|
||||||
|
@ -9,7 +9,7 @@ use DBI;
|
|||||||
use Webperl::Logger;
|
use Webperl::Logger;
|
||||||
use Webperl::ConfigMicro;
|
use Webperl::ConfigMicro;
|
||||||
use ORB::System;
|
use ORB::System;
|
||||||
use Data::Dumper;
|
|
||||||
|
|
||||||
## @fn void clear_target_tables($dbh, $settings)
|
## @fn void clear_target_tables($dbh, $settings)
|
||||||
# Empty out tables in the new ORB database to allow easier reimport.
|
# Empty out tables in the new ORB database to allow easier reimport.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user