aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/PropertyTrack.reel
diff options
context:
space:
mode:
authorJonathan Duran2012-06-15 01:45:14 -0700
committerJonathan Duran2012-06-15 01:45:14 -0700
commitb0fd73c1f95f2f1babf5c2aba674b7366f50d73b (patch)
treeccaa1dd1ef3cc6fcaa40f0815caf9eba569efb88 /js/panels/Timeline/PropertyTrack.reel
parentfb2a3f528b977bf0b9928ca4d17b8895a1755e3c (diff)
downloadninja-b0fd73c1f95f2f1babf5c2aba674b7366f50d73b.tar.gz
remove console logs
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/PropertyTrack.reel')
-rw-r--r--js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
index 37472da8..925d4a9d 100644
--- a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
+++ b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.js
@@ -309,9 +309,6 @@ var PropertyTrack = exports.PropertyTrack = Montage.create(Component, {
309 309
310 retrieveStoredStyleTweens:{ 310 retrieveStoredStyleTweens:{
311 value:function(){ 311 value:function(){
312 console.log("retrieving style tweens " + this.animatedElement + " - " + this.currentKeyframeRule.name);
313 console.log(this.currentKeyframeRule);
314
315 var percentValue, fraction, splitValue; 312 var percentValue, fraction, splitValue;
316 var currentMilliSec, currentMilliSecPerPixel, clickPosition, tempTiming, tempTimingFloat, trackTiming, i = 0; 313 var currentMilliSec, currentMilliSecPerPixel, clickPosition, tempTiming, tempTimingFloat, trackTiming, i = 0;
317 314