change(ui): cleanup
This commit is contained in:
parent
6400a04138
commit
e8c9e95dca
3 changed files with 0 additions and 2 deletions
|
|
@ -532,7 +532,6 @@ export default class RawMessageReader extends PrimitiveReader {
|
|||
console.log('here')
|
||||
const mutation = this.readString(); if (mutation === null) { return resetPointer() }
|
||||
const state = this.readString(); if (state === null) { return resetPointer() }
|
||||
console.log(mutation, state)
|
||||
return {
|
||||
tp: "zustand",
|
||||
mutation,
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@ export default function(opts: Partial<Options> = {}) {
|
|||
) =>
|
||||
config(
|
||||
(...args) => {
|
||||
console.log('hi', args)
|
||||
set(...args)
|
||||
const newState = get()
|
||||
state[storeName] = newState
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue