From 1f5f1749fc6e091051a0f2c5f4793b4c742c3528 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Mon, 31 Aug 2020 16:26:08 +0200 Subject: [PATCH] bugfix: deactivate debug output Signed-off-by: Stefan Dej --- src/store/actions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/actions.js b/src/store/actions.js index 8de9d829..5e51042d 100644 --- a/src/store/actions.js +++ b/src/store/actions.js @@ -65,7 +65,6 @@ export default { break; default: - window.console.log(data); if (data.result !== "ok") { if (data.error && data.error.message !== "Klippy Request Timed Out") window.console.error("JSON-RPC: " + data.error.message); }