diff options
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 5 |
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; |