Removed incorrect logic from previous testing

git-svn-id: https://beef.googlecode.com/svn/trunk@1382 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
passbe
2011-10-24 10:21:36 +00:00
parent 24fe856b0c
commit 3b72fe969c

View File

@@ -256,8 +256,6 @@ module Module
end
if rating != 1
results << {'rating' => rating, 'const' => k}
else
results << {'rating' => 2, 'const' => k}
end
end
end