From 3b72fe969c3ecc0c12814176f0652c4b2939e8c8 Mon Sep 17 00:00:00 2001 From: passbe Date: Mon, 24 Oct 2011 10:21:36 +0000 Subject: [PATCH] Removed incorrect logic from previous testing git-svn-id: https://beef.googlecode.com/svn/trunk@1382 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- core/module.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/module.rb b/core/module.rb index 8e027e49a..a52a80b15 100644 --- a/core/module.rb +++ b/core/module.rb @@ -256,8 +256,6 @@ module Module end if rating != 1 results << {'rating' => rating, 'const' => k} - else - results << {'rating' => 2, 'const' => k} end end end