mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 23:11:15 +00:00
remove console.log
This commit is contained in:
parent
dae3ca635f
commit
9399ca1d98
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ module.exports.fixCorruptUser = (model) ->
|
|||
## fix https://github.com/lefnire/habitrpg/issues/1086
|
||||
uniqPets = _.uniq(uObj.items.pets)
|
||||
batch.set('items.pets', uniqPets) if !_.isEqual(uniqPets, uObj.items.pets)
|
||||
console.log {uniqPets, count:_.size(uniqPets)}
|
||||
|
||||
## Task List Cleanup
|
||||
['habit','daily','todo','reward'].forEach (type) ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue