summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-02 01:59:50 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-02 01:59:50 -0700
commitb7a80b36571a74ad7e7af4cf93bb2b230df06520 (patch)
tree4a6227dfaa64e4ebcf46d92a890fb98216c572cf /FS
parent13f187ef0b86ddf36f77310a0dd39a0e9d2c0fa5 (diff)
journal expensive parts parts of cust_main upgrade, RT#17629
Diffstat (limited to 'FS')
-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 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;