From 72267a87403c2dc8da68950ed799a22e661b14a1 Mon Sep 17 00:00:00 2001 From: Flummi Date: Sat, 23 Apr 2022 20:47:22 +0200 Subject: [PATCH] ... --- src/index.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.mjs b/src/index.mjs index 3017350..48a8e36 100644 --- a/src/index.mjs +++ b/src/index.mjs @@ -126,7 +126,4 @@ import flummpress from "flummpress"; app.listen(cfg.websrv.port); - db.subscribe('*:items', (row, { command, old }) => { - console.log(command, row, old); - }); })();