aboutsummaryrefslogtreecommitdiff
path: root/js/components/treeview
diff options
context:
space:
mode:
authorEric Guzman2012-02-13 11:42:09 -0800
committerEric Guzman2012-02-13 11:42:09 -0800
commit85afed8ed707ce20cd28c3139680dfef6fd4b23d (patch)
tree63449a919b0b55de65371f4659fae2979caff7b1 /js/components/treeview
parente4893f7d3c3b9bd7967973197c3ffb5d3a075c91 (diff)
downloadninja-85afed8ed707ce20cd28c3139680dfef6fd4b23d.tar.gz
Ninja leaf - remove console lot
Diffstat (limited to 'js/components/treeview')
-rw-r--r--js/components/treeview/ninja-leaf.reel/ninja-leaf.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/components/treeview/ninja-leaf.reel/ninja-leaf.js b/js/components/treeview/ninja-leaf.reel/ninja-leaf.js
index 749df3cd..0b7a171e 100644
--- a/js/components/treeview/ninja-leaf.reel/ninja-leaf.js
+++ b/js/components/treeview/ninja-leaf.reel/ninja-leaf.js
@@ -41,7 +41,6 @@ exports.Leaf = Montage.create(TreeNode, {
41 }, 41 },
42 callDelegateMethod : { 42 callDelegateMethod : {
43 value: function(methodName) { 43 value: function(methodName) {
44 console.log("Delegate method name: ", methodName);
45 var delegate = this.treeView.contentController.delegate; 44 var delegate = this.treeView.contentController.delegate;
46 if(delegate && typeof delegate[methodName] === 'function') { 45 if(delegate && typeof delegate[methodName] === 'function') {
47 delegate[methodName](this.sourceObject); 46 delegate[methodName](this.sourceObject);