From: khoff Date: Thu, 31 Mar 2005 06:56:52 +0000 (+0000) Subject: Printing insert statements is not necessary X-Git-Tag: SQL_LEDGER_2_4_4~1^2~381 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e19f3b4ac49c0e1a057535fc6446bef63bf1a249;p=freeside.git Printing insert statements is not necessary --- diff --git a/bin/add-history-records.pl b/bin/add-history-records.pl index 722de47f1..14d72316f 100755 --- a/bin/add-history-records.pl +++ b/bin/add-history-records.pl @@ -40,7 +40,7 @@ foreach my $table (@tables) { unless ($h_rec) { my $h_insert_rec = $rec->_h_statement('insert', 1); - print $h_insert_rec . "\n"; + #print $h_insert_rec . "\n"; $dbh->do($h_insert_rec); die $dbh->errstr if $dbh->err; $dbh->commit or die $dbh->errstr;