summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-11-23 18:14:47 -0800
committerIvan Kohler <ivan@freeside.biz>2015-11-23 18:14:47 -0800
commite3e85ffe37860ce292d359439f4bb4712e64a69b (patch)
tree2379c363e50296e7924c81e5849c0fb43f1ba6fd /FS
parentedbd7b2aa1358fb4799a80b6ef9b2a9d9f3b4cd0 (diff)
remove debugging, RT#13971
Diffstat (limited to 'FS')
-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 18198d850..cb7d03694 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -1077,7 +1077,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);
}