From: Ivan Kohler Date: Sat, 2 Jun 2012 08:59:50 +0000 (-0700) Subject: journal expensive parts parts of cust_main upgrade, RT#17629 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=b7a80b36571a74ad7e7af4cf93bb2b230df06520;p=freeside.git journal expensive parts parts of cust_main upgrade, RT#17629 --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 260a84338..d7796d6c1 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -5094,8 +5094,8 @@ sub _upgrade_data { #class method foreach my $sql ( @statements ) { my $sth = dbh->prepare($sql) or die dbh->errstr; $sth->execute or die $sth->errstr; - warn ( (time - $t). " seconds\n" ); - $t = time; + #warn ( (time - $t). " seconds\n" ); + #$t = time; } local($ignore_expired_card) = 1;