Remove some debug messages

This commit is contained in:
N-Pex 2025-06-19 11:23:26 +02:00
parent acdef62880
commit 76c04481bc
3 changed files with 1 additions and 8 deletions

View file

@ -20,7 +20,7 @@ export default {
},
errorCaptured(err, ignoredvm, ignoredinfo) {
this.err = err;
console.error("IGNORE", err, ignoredvm, ignoredinfo);
console.error("Render error", err, ignoredvm, ignoredinfo);
return false;
}
};