diff options
author | Valerio Virgillito | 2012-03-05 22:33:51 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-03-05 22:33:51 -0800 |
commit | 4c16cf1d8085c70e1ed8fb2098954311bc22f81f (patch) | |
tree | a867357c749a625ddd75f599a103337a4044806a /js | |
parent | bb9adf8a3162a5bbed5a4a8f0d63deeb75f76e61 (diff) | |
download | ninja-4c16cf1d8085c70e1ed8fb2098954311bc22f81f.tar.gz |
remove console log
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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) |