Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 authored Sep 7, 2024
1 parent 4ade99c commit e2d9791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/supports.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit e2d9791

Please sign in to comment.