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;
}
};

View file

@ -56,8 +56,6 @@ export default {
}
},
mounted() {
console.error("Mounted outgoing image, load thumbnail!");
const info = this.event.getContent().info;
// JPEGs use cover, PNG and GIF ect contain. This is because PNG and GIF are expected to
// be stickers and small emoji type things.