[Bps-public-commit] smokingit branch, master, updated. 69b817b18138e0c97d737b99ce4c5f98e80611ff

Alex Vandiver alexmv at bestpractical.com
Mon May 27 21:59:26 EDT 2013


The branch, master has been updated
       via  69b817b18138e0c97d737b99ce4c5f98e80611ff (commit)
      from  bad7de1e4a46b26e269f931ed42cfd339e5ff43e (commit)

Summary of changes:
 bin/local_updates | 3 ---
 1 file changed, 3 deletions(-)

- Log -----------------------------------------------------------------
commit 69b817b18138e0c97d737b99ce4c5f98e80611ff
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon May 27 21:59:09 2013 -0400

    Remove debug messages

diff --git a/bin/local_updates b/bin/local_updates
index 74eba73..c40add2 100755
--- a/bin/local_updates
+++ b/bin/local_updates
@@ -94,11 +94,8 @@ $listen->poll(
         } elsif ($message{status} eq "testing") {
             if ($smoke->queue_status) {
                 my $fraction = $message{complete}/($message{total} || 1);
-                warn "$fraction complete";
                 $smoke->set_queue_status(
                     int($fraction*100) ."% complete");
-            } else {
-                warn "Already complete!";
             }
         } else {
             warn "Unknown worker status: $message{status}";

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list