Skip to content

Commit 9e5987c

Browse files
committed
removed useless console.log
1 parent 955fc6a commit 9e5987c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

public/jquery.selectric.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@
463463

464464
_this.elements.outerWrapper.on('mouseenter' + bindSufix + ' mouseleave' + bindSufix, function(e) {
465465
$(this).toggleClass(_this.classes.hover, e.type === 'mouseenter');
466-
console.log('hover');
467466

468467
// Delay close effect when openOnHover is true
469468
if ( _this.options.openOnHover ) {

0 commit comments

Comments
 (0)