diff options
author | Jonathan Duran | 2012-07-24 10:26:27 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-07-24 10:26:27 -0700 |
commit | 4f0b38baec63b4d1a666d1d9b4e5720553de2983 (patch) | |
tree | 8767c6b0ff14db91bc6a2d61cd752de37a904a7e | |
parent | 57f5e9362d1f858495d20fbadd2c09fc39d1ffff (diff) | |
download | ninja-4f0b38baec63b4d1a666d1d9b4e5720553de2983.tar.gz |
Remove console logs
Signed-off-by: Jonathan Duran <jduran@motorola.com>
-rw-r--r-- | js/panels/Timeline/Tween.reel/Tween.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/panels/Timeline/Tween.reel/Tween.js b/js/panels/Timeline/Tween.reel/Tween.js index 14ce3090..9ad88a69 100644 --- a/js/panels/Timeline/Tween.reel/Tween.js +++ b/js/panels/Timeline/Tween.reel/Tween.js | |||
@@ -282,8 +282,6 @@ var Tween = exports.Tween = Montage.create(Component, { | |||
282 | // ==== Begin Controllers | 282 | // ==== Begin Controllers |
283 | setTweenProperties:{ | 283 | setTweenProperties:{ |
284 | value:function (eventDetail) { | 284 | value:function (eventDetail) { |
285 | console.log("EVENT DETAIL"); | ||
286 | console.log(eventDetail); | ||
287 | if (eventDetail.source === "SelectionTool" || eventDetail.source === "timeline" || eventDetail.source === "pi" || eventDetail.source === "cssPanelChange") { | 285 | if (eventDetail.source === "SelectionTool" || eventDetail.source === "timeline" || eventDetail.source === "pi" || eventDetail.source === "cssPanelChange") { |
288 | if(this.parentComponent.parentComponent.animatedElement.offsetTop != this.tweenedProperties["top"]){ | 286 | if(this.parentComponent.parentComponent.animatedElement.offsetTop != this.tweenedProperties["top"]){ |
289 | this.tweenedProperties["top"] = this.parentComponent.parentComponent.animatedElement.offsetTop + "px"; | 287 | this.tweenedProperties["top"] = this.parentComponent.parentComponent.animatedElement.offsetTop + "px"; |