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); }