aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
diff options
context:
space:
mode:
authorJonathan Duran2012-03-02 09:07:38 -0800
committerJonathan Duran2012-03-02 09:07:38 -0800
commit395c4df4be16c663e6b51075441cbe0a826b2cd3 (patch)
tree3bb0d93a20929d2e9614da9954583183d0696977 /js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
parentab5558ea89e7c9ef94b608b568b5fb345bd5adaa (diff)
downloadninja-395c4df4be16c663e6b51075441cbe0a826b2cd3.tar.gz
Remove console log
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js')
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
index 529b5625..420be0c9 100644
--- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
+++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
@@ -563,7 +563,6 @@ var TimelineTrack = exports.TimelineTrack = Montage.create(Component, {
563 var keyframePercent = Math.round((keyMill / trackDur) * 100) + "%"; 563 var keyframePercent = Math.round((keyMill / trackDur) * 100) + "%";
564 var keyframePropertyString = " " + keyframePercent + " {"; 564 var keyframePropertyString = " " + keyframePercent + " {";
565 for(var prop in this.tweens[i].tweenedProperties){ 565 for(var prop in this.tweens[i].tweenedProperties){
566 console.log(prop);
567 keyframePropertyString += prop + ": " + this.tweens[i].tweenedProperties[prop] + "px;"; 566 keyframePropertyString += prop + ": " + this.tweens[i].tweenedProperties[prop] + "px;";
568 } 567 }
569 keyframePropertyString += "}"; 568 keyframePropertyString += "}";