remove puts

This commit is contained in:
r888888888
2017-09-15 11:35:51 -07:00
parent 2156c79543
commit e35c7df419

View File

@@ -176,7 +176,6 @@ class FavoriteGroup < ApplicationRecord
return if contains?(post_id)
clear_post_id_array
puts ">>> post_id=#{post_id} post_ids=#{post_ids.inspect}"
update_attributes(:post_ids => add_number_to_string(post_id, post_ids))
end