[Bps-public-commit] App-Changeloggr branch, master, updated. af87a8cea28971acd48cfb2227f450577db90c66

sartak at bestpractical.com sartak at bestpractical.com
Fri May 22 16:58:32 EDT 2009


The branch, master has been updated
       via  af87a8cea28971acd48cfb2227f450577db90c66 (commit)
      from  d543dbb124f8983be2febd6386ffe70998dfa839 (commit)

Summary of changes:
 lib/App/Changeloggr/Model/Change.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit af87a8cea28971acd48cfb2227f450577db90c66
Author: Shawn M Moore <sartak at gmail.com>
Date:   Fri May 22 16:58:21 2009 -0400

    Remove needless check

diff --git a/lib/App/Changeloggr/Model/Change.pm b/lib/App/Changeloggr/Model/Change.pm
index 9c01574..81335ce 100644
--- a/lib/App/Changeloggr/Model/Change.pm
+++ b/lib/App/Changeloggr/Model/Change.pm
@@ -113,7 +113,6 @@ sub numeric_importance {
         my $importance = $importance_vote->importance;
         my $count = $importance_vote->id;
 
-        next if $importance eq 'normal';
         $numeric_importance += $count if $importance eq 'major';
         $numeric_importance -= $count if $importance eq 'minor';
     }

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



More information about the Bps-public-commit mailing list