remove debug statements

This commit is contained in:
r888888888
2014-06-12 21:50:49 -07:00
parent 075f11e71d
commit e41d4badb9

View File

@@ -126,9 +126,7 @@ class ForumTopic < ActiveRecord::Base
result = hash.to_a.flatten.join(" ")
while result.size > 3000
ids = result.scan(/\S+/)
print "slicing from #{result.size} to "
result = ids[(ids.size / 2)..-1].join(" ")
puts result.size
end
update_last_forum_read_at(hash.keys)
result