bugfix: deactivate debug output

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2020-08-31 16:26:08 +02:00
parent a40701d611
commit 1f5f1749fc

View File

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