kopia lustrzana https://github.com/cheeaun/phanpy
Remove log
rodzic
4ade99ced9
commit
e2d97916af
|
@ -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];
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue