mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
remove debugger;
This commit is contained in:
parent
fb6e83758b
commit
2f50518579
1 changed files with 0 additions and 1 deletions
|
|
@ -262,7 +262,6 @@ cron = (model) ->
|
|||
if daysPassed > 0
|
||||
|
||||
user.set 'lastCron', today # at least this must be called, even if user resting
|
||||
debugger
|
||||
return if user.get('flags.rest') is true
|
||||
|
||||
batch = new character.BatchUpdate(model)
|
||||
|
|
|
|||
Loading…
Reference in a new issue