[freeside-commits] branch master updated. e3e85ffe37860ce292d359439f4bb4712e64a69b

Ivan ivan at 420.am
Mon Nov 23 18:14:48 PST 2015


The branch, master has been updated
       via  e3e85ffe37860ce292d359439f4bb4712e64a69b (commit)
      from  edbd7b2aa1358fb4799a80b6ef9b2a9d9f3b4cd0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e3e85ffe37860ce292d359439f4bb4712e64a69b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Nov 23 18:14:47 2015 -0800

    remove debugging, RT#13971

diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index 18198d8..cb7d036 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);
   }

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Record.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list