change(ui): remove log
This commit is contained in:
parent
7b35bf7405
commit
8cf32a0069
1 changed files with 0 additions and 1 deletions
|
|
@ -529,7 +529,6 @@ export default class RawMessageReader extends PrimitiveReader {
|
|||
}
|
||||
|
||||
case 79: {
|
||||
console.log('here')
|
||||
const mutation = this.readString(); if (mutation === null) { return resetPointer() }
|
||||
const state = this.readString(); if (state === null) { return resetPointer() }
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue