mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Removed some logs.
This commit is contained in:
parent
6bc3924af0
commit
84e268a88c
2 changed files with 0 additions and 2 deletions
app/lib
|
@ -18,7 +18,6 @@ module.exports = class God
|
|||
@angels = []
|
||||
@firstWorld = true
|
||||
Backbone.Mediator.subscribe 'tome:cast-spells', @onTomeCast, @
|
||||
console.log @id, "initialized with world", @world.id
|
||||
|
||||
onTomeCast: (e) ->
|
||||
return if @dead
|
||||
|
|
|
@ -28,7 +28,6 @@ module.exports = class World
|
|||
@scriptNotes = []
|
||||
@rand = new Rand 0
|
||||
@frames = [new WorldFrame(@, 0)]
|
||||
@id = Math.random()
|
||||
age: 0
|
||||
ended: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue