Skip to content

Commit

Permalink
remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Aug 1, 2011
1 parent e1bca2d commit c37694f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/event.js
Expand Up @@ -135,7 +135,6 @@
e = createProxy(typeof event == 'string' ? $.Event(event) : event);
e.data = data; e.target = element;
$.each(findHandlers(element, event.type || event), function(i, handler){
if (event == 'submit') console.log(event, element, handler)
result = handler.proxy(e);
if (e.isImmediatePropagationStopped()) return false;
});
Expand Down

0 comments on commit c37694f

Please sign in to comment.