diff options
-rwxr-xr-x | js/stage/stage.reel/stage.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/stage/stage.reel/stage.js b/js/stage/stage.reel/stage.js index 5ad8bf8c..da109d45 100755 --- a/js/stage/stage.reel/stage.js +++ b/js/stage/stage.reel/stage.js | |||
@@ -375,8 +375,7 @@ exports.Stage = Montage.create(Component, { | |||
375 | 375 | ||
376 | handleWillChange: { | 376 | handleWillChange: { |
377 | value: function(notification) { | 377 | value: function(notification) { |
378 | console.log("stage -> container is about to change"); | 378 | // console.log("stage -> container is about to change"); |
379 | console.log(notification.plus); | ||
380 | } | 379 | } |
381 | }, | 380 | }, |
382 | 381 | ||