From fc6a497df2182a297a28af7a269e977da6e7f222 Mon Sep 17 00:00:00 2001 From: egirard Date: Mon, 8 Jul 2024 18:04:05 -0400 Subject: [PATCH] Cleanup (remove diagnostic output) --- src/index.js | 1 - 1 file changed, 1 deletion(-) 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;