File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11import { html , PolymerElement } from '@polymer/polymer/polymer-element' ;
22import { ThemableMixin } from '@vaadin/vaadin-themable-mixin' ;
33import { ElementMixin } from '@vaadin/component-base/src/element-mixin' ;
4- import { smoothScrollPolyfill , stickyPolyfill } from './common-js-modules.esm' ;
4+ import { smoothScrollPolyfill , stickyPolyfill } from '../lib /common-js-modules.esm' ;
55import { ResizeObserver } from '@juggle/resize-observer' ;
66import '@vaadin/tabs/vaadin-tabs' ;
77import '@vaadin/tabs/vaadin-tab' ;
@@ -243,8 +243,6 @@ export class AnchorNavElement extends ElementMixin(ThemableMixin(PolymerElement)
243243
244244 ready ( ) {
245245 super . ready ( ) ;
246- // eslint-disable-next-line no-console
247- console . log ( '-----==' ) ;
248246 this . _verticalTabs = false ;
249247 // Add polyfills
250248 smoothScrollPolyfill ( ) ;
You can’t perform that action at this time.
0 commit comments