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