From 565b5644e51c5f5c678e60517821f235a95c01d6 Mon Sep 17 00:00:00 2001 From: raphael Date: Tue, 24 Mar 2020 15:46:02 +0100 Subject: [PATCH] remove console log --- s_whiteboard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/s_whiteboard.js b/s_whiteboard.js index a0b09aa..bc3b3b2 100644 --- a/s_whiteboard.js +++ b/s_whiteboard.js @@ -34,7 +34,6 @@ module.exports = { } } } - console.log(content) savedBoards[wid].push(content); } },