summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
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);
}