mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Removed some logging.
This commit is contained in:
parent
80e7b7664e
commit
3d5cd29519
1 changed files with 0 additions and 3 deletions
|
@ -257,9 +257,6 @@ module.exports = class Mark extends CocoClass
|
|||
|
||||
updateRotation: ->
|
||||
if @name is 'debug' or (@name is 'shadow' and @sprite.thang?.shape in ['rectangle', 'box'])
|
||||
rot = @sprite.thang.rotation * 180 / Math.PI
|
||||
unless @mark.rotation is rot
|
||||
console.log @toString(), "updating rotation", @name, @sprite.thang?.shape, @sprite.thang?.rotation, "to", rot, "from", @mark.rotation
|
||||
@mark.rotation = @sprite.thang.rotation * 180 / Math.PI
|
||||
|
||||
updateScale: ->
|
||||
|
|
Loading…
Reference in a new issue