summaryrefslogtreecommitdiff
path: root/bin/add-history-records.pl
diff options
context:
space:
mode:
authorkhoff <khoff>2005-03-31 06:56:52 +0000
committerkhoff <khoff>2005-03-31 06:56:52 +0000
commite19f3b4ac49c0e1a057535fc6446bef63bf1a249 (patch)
treea1414c3a482d39f80de2efc5c27cb60d10ba9dd1 /bin/add-history-records.pl
parent9e53f4c3b01d5f27f7930d39233c49c948f9de04 (diff)
Printing insert statements is not necessary
Diffstat (limited to 'bin/add-history-records.pl')
-rwxr-xr-xbin/add-history-records.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/add-history-records.pl b/bin/add-history-records.pl
index 722de47..14d7231 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;