mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Remove a log
This commit is contained in:
parent
b3e5d8f650
commit
aa18e71388
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ module.exports = class SingularSprite extends createjs.Sprite
|
|||
@baseScaleY *= @camera.y2x * 0.85
|
||||
else
|
||||
@baseScaleY *= @camera.y2x / 0.85
|
||||
console.log 'it is a cliff!', actionName, @baseScaleX, @baseScaleY
|
||||
@currentAnimation = actionName
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue