[Bps-public-commit] SD branch, master, updated. 8b30d09c3547fef6b04e397154ae69e024a1025f

jesse jesse at bestpractical.com
Thu Jul 16 12:01:33 EDT 2009


The branch, master has been updated
       via  8b30d09c3547fef6b04e397154ae69e024a1025f (commit)
      from  3573e587fd426ec74ba100d5a94805cf64bc498e (commit)

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

- Log -----------------------------------------------------------------
commit 8b30d09c3547fef6b04e397154ae69e024a1025f
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Thu Jul 16 12:01:17 2009 -0400

    Removed debugging code spang accidentally left in

diff --git a/lib/App/SD/Replica/hm.pm b/lib/App/SD/Replica/hm.pm
index 042af21..3a34e1a 100644
--- a/lib/App/SD/Replica/hm.pm
+++ b/lib/App/SD/Replica/hm.pm
@@ -85,8 +85,6 @@ sub get_txn_list_by_date {
 
         sort { $a->{'id'} <=> $b->{'id'} }
         @{ $self->hm->search( 'TaskTransaction', task_id => $ticket ) || [] };
-    use Data::Dump qw(pp);
-    pp @txns;
 
     return @txns;
 }

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



More information about the Bps-public-commit mailing list