remove logging

This commit is contained in:
Scott Miles
2012-10-20 12:34:54 -07:00
parent eed0b120c9
commit 6d7a2acb80

View File

@@ -366,7 +366,7 @@ license that can be found in the LICENSE file.
// automagic event mapping
var bindCustomEvent = function(inNode, inEventName, inHandler) {
console.log(inEventName, inHandler);
//console.log(inEventName, inHandler);
inNode.addEventListener(inEventName, function() {
_(inHandler);
});