remove logging
This commit is contained in:
parent
4c36e57afc
commit
757e543279
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue