aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-06-20 14:11:23 -0500
committerJoshua Peek <josh@joshpeek.com>2012-06-20 14:11:23 -0500
commit4324971cea1790792d33027dc856ad17df1fbbc2 (patch)
tree12c30a4a069ac656c30ac3bdcac02d310b80a962 /lib
parent2672089154a0a6a453c2b411b97ed7ec448fe609 (diff)
Remove debug line
Diffstat (limited to 'lib')
-rw-r--r--lib/linguist/classifier.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/linguist/classifier.rb b/lib/linguist/classifier.rb
index c66bdee..8e9ad9f 100644
--- a/lib/linguist/classifier.rb
+++ b/lib/linguist/classifier.rb
@@ -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