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