From cfe714573da0feb90c420279ee74ac1b41dad74a Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:34:15 +0200 Subject: [PATCH] remove log --- static/gun.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/gun.js b/static/gun.js index 62db223..03b5530 100644 --- a/static/gun.js +++ b/static/gun.js @@ -1828,7 +1828,6 @@ this.to.next(msg); // remember to call next middleware adapter var put = msg.put, soul = put['#'], key = put['.'], id = msg['#'], ok = msg.ok||'', tmp; // pull data off wire envelope if (!(soul.startsWith(TABLE))) return; // fix https://github.com/amark/gun/issues/1377 - console.warn(TABLE, soul) disk[soul] = Gun.state.ify(disk[soul], key, put['>'], put[':'], soul); // merge into disk object if(stop && size > (4999880)){ root.on('in', {'@': id, err: "localStorage max!"}); return; } //if(!msg['@']){ acks.push(id) } // then ack any non-ack write. // TODO: use batch id.