mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
remove logging
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user