Remove some debugging output.
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 30 May 2011 17:46:06 +0000 (13:46 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 30 May 2011 17:46:06 +0000 (13:46 -0400)
bucardo_ctl

index f73295410c9df2e33fe8e2869a4b0f58591bcf39..7216fb5c76beb751c4e5921f3f09e829ef33d500 100755 (executable)
@@ -5269,9 +5269,7 @@ sub add_sync {
         }
     }
 
-warn "Using herd $dbcols->{herd}\n";
-warn "Using database group $dbcols->{dbs}\n";
-$dbh->commit();
+    $dbh->commit();
 
     ## Attempt to insert this into the database
     $SQL = "INSERT INTO bucardo.sync ($cols) VALUES ($phs)";