aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Panel.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-05 22:33:51 -0800
committerValerio Virgillito2012-03-05 22:33:51 -0800
commit4c16cf1d8085c70e1ed8fb2098954311bc22f81f (patch)
treea867357c749a625ddd75f599a103337a4044806a /js/panels/Panel.reel
parentbb9adf8a3162a5bbed5a4a8f0d63deeb75f76e61 (diff)
downloadninja-4c16cf1d8085c70e1ed8fb2098954311bc22f81f.tar.gz
remove console log
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/Panel.reel')
-rwxr-xr-xjs/panels/Panel.reel/Panel.js1
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)