fix(player): remove logs

This commit is contained in:
nick-delirium 2023-05-09 14:43:59 +02:00
parent 237eaff78c
commit eb7d1ff936

View file

@ -89,7 +89,7 @@ export default class MFileReader extends RawMessageReader {
this.currentTime = rMsg.timestamp - this.startTime
return this.readNext()
}
console.log(rMsg)
const index = this.noIndexes ? 0 : this.getLastMessageID()
const msg = Object.assign(rewriteMessage(rMsg), {
time: this.currentTime,