remove logging

This commit is contained in:
robcolbert 2019-07-03 19:31:10 -04:00
parent 4c36e57afc
commit 757e543279
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace :gabsocial do
a.account_stat.followers_count = Follow.where(target_account_id: a.id).count
a.account_stat.statuses_count = Status.where(account_id: a.id).count
a.account_stat.save!
puts(a.username)
# puts(a.username)
end
end
end