change(ui): cleanup

This commit is contained in:
sylenien 2022-09-26 12:32:02 +02:00 committed by Delirium
parent 6400a04138
commit e8c9e95dca
3 changed files with 0 additions and 2 deletions

View file

@ -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,

View file

@ -54,7 +54,6 @@ export default function(opts: Partial<Options> = {}) {
) =>
config(
(...args) => {
console.log('hi', args)
set(...args)
const newState = get()
state[storeName] = newState