From c3ab03b61784f103e3866ae4cc3e590db0375f91 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Tue, 30 May 2023 16:02:14 +0200 Subject: [PATCH] remove logging image --- api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/index.js b/api/index.js index 7510ffea..bd1960bb 100644 --- a/api/index.js +++ b/api/index.js @@ -28,7 +28,7 @@ var connect_to_api = function () { last_status = msg.data; } else if (msg.type == "IMAGE") { console.log("got picture"); - console.log(msg.image); + // console.log(msg.image); last_image = msg.image; received_picture = true; }