Removed some logs.

This commit is contained in:
Nick Winter 2014-01-15 19:03:10 -08:00
parent 6bc3924af0
commit 84e268a88c
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -28,7 +28,6 @@ module.exports = class World
@scriptNotes = []
@rand = new Rand 0
@frames = [new WorldFrame(@, 0)]
@id = Math.random()
age: 0
ended: false