mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
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) {
|
||||
try {
|
||||
const { version, domain } = getCurrentInstance();
|
||||
console.debug(version)
|
||||
const key = `${domain}-${feature}`;
|
||||
if (supportsCache[key]) return supportsCache[key];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue