[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. e1a372151b30cd43e3dea800201ab77b2a9dceb5

jesse jesse at bestpractical.com
Sat Feb 21 22:01:18 EST 2009


The branch, master has been updated
       via  e1a372151b30cd43e3dea800201ab77b2a9dceb5 (commit)
      from  dba8d1252e0643e84ae5d3ca61e2b4271e674b0c (commit)

Summary of changes:
 lib/App/SD/Replica/trac/PullEncoder.pm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit e1a372151b30cd43e3dea800201ab77b2a9dceb5
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sat Feb 21 22:00:22 2009 -0500

    Removing warnings

diff --git a/lib/App/SD/Replica/trac/PullEncoder.pm b/lib/App/SD/Replica/trac/PullEncoder.pm
index f001d82..6632c2c 100644
--- a/lib/App/SD/Replica/trac/PullEncoder.pm
+++ b/lib/App/SD/Replica/trac/PullEncoder.pm
@@ -28,7 +28,6 @@ sub run {
         return;
     }
 
-    warn "Time to get hist";
     my @changesets;
     my $counter = 0;
     $self->sync_source->log("Discovering ticket history");
@@ -39,7 +38,6 @@ sub run {
     my $last_modified_date;
 
     for my $ticket (@tickets) {
-        warn "working on a ticket";
         print $progress->report( "%30b %p Est: %E\r", $counter );
         $self->sync_source->log( "Fetching ticket @{[$ticket->id]} - " . ++$counter . " of " . scalar @tickets );
 

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



More information about the Bps-public-commit mailing list