summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-02 01:59:49 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-02 01:59:49 -0700
commitb41703512b80111e3b5ab00d4eb5ded8505cc041 (patch)
tree188bba3a186cfc8c5dfaf7192d06168cf74139bd /FS/FS/cust_main.pm
parent5d26dfd79434bf28dcafe62a4aa8762a6aa5a379 (diff)
journal expensive parts parts of cust_main upgrade, RT#17629
Diffstat (limited to 'FS/FS/cust_main.pm')
-rw-r--r--FS/FS/cust_main.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 98071dd95..3022bfe8a 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -5077,8 +5077,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;