Remove log
This commit is contained in:
parent
4ade99ced9
commit
e2d97916af
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ const supportsCache = {};
|
||||||
function supports(feature) {
|
function supports(feature) {
|
||||||
try {
|
try {
|
||||||
const { version, domain } = getCurrentInstance();
|
const { version, domain } = getCurrentInstance();
|
||||||
console.debug(version)
|
|
||||||
const key = `${domain}-${feature}`;
|
const key = `${domain}-${feature}`;
|
||||||
if (supportsCache[key]) return supportsCache[key];
|
if (supportsCache[key]) return supportsCache[key];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue