mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Changed the angel logigng to use info instead of log, to more easily differentiate.
This commit is contained in:
parent
850712442d
commit
aea1d0e8f2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module.exports = class Angel extends CocoClass
|
|||
|
||||
# say: debugging stuff, usually off; log: important performance indicators, keep on
|
||||
say: (args...) -> #@log args...
|
||||
log: (args...) -> console.log "|#{@shared.godNick}'s #{@nick}|", args...
|
||||
log: (args...) -> console.info "|#{@shared.godNick}'s #{@nick}|", args...
|
||||
|
||||
testWorker: =>
|
||||
return if @destroyed
|
||||
|
|
Loading…
Reference in a new issue