File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ define([
54
54
MIN_SEARCH_LENGTH_CHARS ,
55
55
56
56
initialize ( config , element ) {
57
- // console.log('AC initialized with', config, element);
58
57
this . buildAutocomplete ( ) ;
59
58
} ,
60
59
@@ -147,7 +146,6 @@ define([
147
146
* @param root
148
147
*/
149
148
renderAutocomplete ( { sections, render, html } , root ) {
150
- // console.log(`Sections (${sections.length}):`, sections);
151
149
const classes = [
152
150
'aa-PanelLayout' ,
153
151
'aa-Panel--scrollable'
@@ -839,7 +837,6 @@ define([
839
837
} ,
840
838
841
839
handleAutocompleteStateChange ( autocompleteState ) {
842
- // console.log('The Autocomplete state has changed:', autocompleteState);
843
840
if ( ! state . hasRendered && autocompleteState . isOpen ) {
844
841
this . addPanelObserver ( ) ;
845
842
state . hasRendered = true ;
You can’t perform that action at this time.
0 commit comments