Remove log

This commit is contained in:
Stefano Pigozzi 2024-09-07 03:27:57 +02:00 committed by GitHub
parent 4ade99ced9
commit e2d97916af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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];