Remove debug line

This commit is contained in:
Joshua Peek
2012-06-20 14:11:23 -05:00
parent 2672089154
commit 4324971cea

View File

@@ -108,7 +108,6 @@ module Linguist
language_probability(language_name)
end
puts scores.inspect
scores.sort { |a, b| b[1] <=> a[1] }.map { |score| [Language[score[0]], score[1]] }
end