journal expensive parts parts of cust_main upgrade, RT#17629
authorIvan Kohler <ivan@freeside.biz>
Sat, 2 Jun 2012 08:59:49 +0000 (01:59 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sat, 2 Jun 2012 08:59:49 +0000 (01:59 -0700)
FS/FS/cust_main.pm

index 98071dd..3022bfe 100644 (file)
@@ -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;