mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Remove debug logging.
This commit is contained in:
parent
728be483d7
commit
0174f7e2e5
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
*/
|
||||
var DomEvent = {
|
||||
add: function(el, events) {
|
||||
console.log('add', el.nodeName, events);
|
||||
for (var type in events) {
|
||||
var func = events[type];
|
||||
if (el.addEventListener) {
|
||||
|
|
Loading…
Reference in a new issue