Skip to content

Commit 77c85d7

Browse files
committed
fixed: deleted console.log
1 parent bf6fc20 commit 77c85d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ $.widget("ui.selectmenu", {
678678

679679
_refreshPosition: function() {
680680
var o = this.options;
681-
console.log("_refreshPosition");
682681
// if its a native pop-up we need to calculate the position of the selected li
683682
if (o.style == "popup" && !o.positionOptions.offset) {
684683
var selected = this._selectedOptionLi();

0 commit comments

Comments
 (0)