Remove debug message

This commit is contained in:
N-Pex 2024-01-09 10:52:16 +01:00
parent 55e94cee3a
commit 6454931848

View file

@ -1545,7 +1545,6 @@ export default {
},
download(event) {
console.error("DOWNLOAD!!!");
if ((event.isThreadRoot || event.isMxThread) && this.timelineSet) {
const children = this.timelineSet.relations.getAllChildEventsForEvent(event.getId()).filter(e => util.downloadableTypes().includes(e.getContent().msgtype));
children.forEach(child => util.download(this.$matrix.matrixClient, child));