diff --git a/src/index.js b/src/index.js index cfa9c57..cc3557e 100644 --- a/src/index.js +++ b/src/index.js @@ -29,7 +29,6 @@ import { initPolyfill } from "./init-polyfill.js" function initPolyfillIncludingCSS() { // initCSSPolyfill returns true iff the host browser supports SDA - console.debug("Polyfill initializing."); if (initCSSPolyfill()) { console.debug("Polyfill skipped because browser supports Scroll Timeline."); return;