Permalink
Browse files

Remove console logging

1 parent b227a5e commit aa6af20a9a9631452acf1d30886bb9d6c78fe51a Chris Trinh committed May 12, 2016
Showing with 0 additions and 1 deletion.
  1. +0 −1 jquery.dropdown.js
View
@@ -253,7 +253,6 @@
},
select: function(target) {
var $target = $(this).find("[value=\"" + target + "\"]");
- console.log("called from select");
methods._select($(this), $target);
},
_select: function($dropdown, $target) {

0 comments on commit aa6af20

Please sign in to comment.