damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README

commit 111d87814bcff39ed57582a1d5a8d8de78e26dc8
parent 5f4445aaecdadc686f0690d8e2d382fc8f7ca7d6
Author: William Casarin <jb55@jb55.com>
Date:   Fri,  4 Nov 2022 15:49:21 -0700

remove verbose log

Diffstat:
Mwebv2/damus.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/webv2/damus.js b/webv2/damus.js @@ -169,7 +169,6 @@ function process_reaction_event(model, ev) function process_chatroom_event(model, ev) { try { - log_debug("processing chatroom event", ev) model.chatrooms[ev.id] = JSON.parse(ev.content) } catch (err) { log_debug("error processing chatroom creation event", ev, err)