diff options
Diffstat (limited to 'js')
-rwxr-xr-x | js/panels/Panel.reel/Panel.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/panels/Panel.reel/Panel.js b/js/panels/Panel.reel/Panel.js index be03d019..2b308258 100755 --- a/js/panels/Panel.reel/Panel.js +++ b/js/panels/Panel.reel/Panel.js | |||
@@ -116,7 +116,6 @@ exports.Panel = Montage.create(Component, { | |||
116 | } | 116 | } |
117 | 117 | ||
118 | if(this.modulePath && this.moduleName) { | 118 | if(this.modulePath && this.moduleName) { |
119 | console.log("load content"); | ||
120 | // Load the slot content | 119 | // Load the slot content |
121 | var that = this; | 120 | var that = this; |
122 | require.async(this.modulePath) | 121 | require.async(this.modulePath) |