summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-11-23 18:14:48 -0800
committerIvan Kohler <ivan@freeside.biz>2015-11-23 18:14:48 -0800
commitf579cdd720020917d5c6a67eb99fa2e12cda6543 (patch)
tree950b9d044704281442567e4ffddc095dbc14c3f8
parentb107e10a186852ad298ac08c8f1dfafc772401dd (diff)
remove debugging, RT#13971
-rw-r--r--FS/FS/Record.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index ab94e6ef4..bd3eb65ef 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -1076,7 +1076,7 @@ sub get_fk_method {
}
sub fk_methods_init {
- warn "[fk_methods_init]\n";
+ warn "[fk_methods_init]\n" if $DEBUG;
foreach my $table ( dbdef->tables ) {
$fk_method_cache{$table} = fk_methods($table);
}