From 3d5cd295192739e89f174feaac5d85b00d17afb2 Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Thu, 10 Jul 2014 17:35:52 -0700 Subject: [PATCH] Removed some logging. --- app/lib/surface/Mark.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/lib/surface/Mark.coffee b/app/lib/surface/Mark.coffee index 11511634e..ff4631aec 100644 --- a/app/lib/surface/Mark.coffee +++ b/app/lib/surface/Mark.coffee @@ -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: ->