aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Duran2012-03-08 19:58:29 -0800
committerJonathan Duran2012-03-08 19:58:29 -0800
commita7aaa0f0c492157e481c1c5711d1ecbcf9445bb2 (patch)
tree35bc5345e19fef2cc95d9aa3b380fba93043082f
parentdae6290c5f779dbff1d3b508615898b1ec26bb18 (diff)
downloadninja-a7aaa0f0c492157e481c1c5711d1ecbcf9445bb2.tar.gz
remove console log and cleanup
Signed-off-by: Jonathan Duran <jduran@motorola.com>
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
index 28363398..d37944ef 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
@@ -419,18 +419,17 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
419 419
420 // Clear the repetitions 420 // Clear the repetitions
421 if (this.arrLayers.length > 0) { 421 if (this.arrLayers.length > 0) {
422 console.log('Clearing repetitions!') 422 //console.log('Clearing repetitions!');
423 this.arrLayers = []; 423 this.arrLayers = [];
424 } 424 }
425 425
426 426
427 } 427 }
428 }, 428 },
429
430 429
431 handleDocumentChange:{ 430 handleDocumentChange:{
432 value:function(event){ 431 value:function(event){
433 console.log(event); 432 //console.log(event);
434 this._boolCacheArrays = false; 433 this._boolCacheArrays = false;
435 this.clearTimelinePanel(); 434 this.clearTimelinePanel();
436 this._boolCacheArrays = true; 435 this._boolCacheArrays = true;