Remove debug line
authorGreg Sabino Mullane <greg@endpoint.com>
Thu, 2 Jun 2011 21:17:37 +0000 (17:17 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Thu, 2 Jun 2011 21:17:37 +0000 (17:17 -0400)
bucardo_ctl

index c423a38c0f45329396285bdee4548d0096ef649e..4624887fe8b4c27751a5b1b539a177f5739f467b 100755 (executable)
@@ -6923,7 +6923,7 @@ sub upgrade {
 
     if ($changes) {
         printf "Okay to commit $changes %s? ", $changes==1 ? 'change' : 'changes';
-        exit if <STDIN> !~ /Y/i;
+        #exit if <STDIN> !~ /Y/i;
         $dbh->commit();
         print "Changes have been commited\n";
     }
@@ -7615,7 +7615,7 @@ sub install {
     }
 
     $COM = "$PSQL -AX -qt -f $schema_file 2>&1";
-    print "COM=$COM\n";
+    #print "COM=$COM\n";
 
     print "Attempting to create and populate the bucardo database and schema\n";