From e2d97916afcaea90d0349559bed248b35f13e4c7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 7 Sep 2024 03:27:57 +0200 Subject: [PATCH] Remove log --- src/utils/supports.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/supports.js b/src/utils/supports.js index d570f8bd..66454224 100644 --- a/src/utils/supports.js +++ b/src/utils/supports.js @@ -30,7 +30,6 @@ const supportsCache = {}; function supports(feature) { try { const { version, domain } = getCurrentInstance(); - console.debug(version) const key = `${domain}-${feature}`; if (supportsCache[key]) return supportsCache[key];