8286887: Remove logging from search.js
Reviewed-by: prappo
This commit is contained in:
parent
646c8aaeec
commit
9df93a180c
@ -334,7 +334,6 @@ $.widget("custom.catcomplete", $.ui.autocomplete, {
|
||||
offset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop;
|
||||
scroll = this.activeMenu.scrollTop();
|
||||
elementHeight = this.activeMenu.height() - 26;
|
||||
console.log(item)
|
||||
itemHeight = item.outerHeight();
|
||||
|
||||
if ( offset < 0 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user