Skip to content

Commit aa6af20

Browse files
Chris TrinhChris Trinh
authored andcommitted
Remove console logging
1 parent b227a5e commit aa6af20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jquery.dropdown.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@
253253
},
254254
select: function(target) {
255255
var $target = $(this).find("[value=\"" + target + "\"]");
256-
console.log("called from select");
257256
methods._select($(this), $target);
258257
},
259258
_select: function($dropdown, $target) {

0 commit comments

Comments
 (0)