bugfix: deactivate debug output
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
a40701d611
commit
1f5f1749fc
@ -65,7 +65,6 @@ export default {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
window.console.log(data);
|
|
||||||
if (data.result !== "ok") {
|
if (data.result !== "ok") {
|
||||||
if (data.error && data.error.message !== "Klippy Request Timed Out") window.console.error("JSON-RPC: " + data.error.message);
|
if (data.error && data.error.message !== "Klippy Request Timed Out") window.console.error("JSON-RPC: " + data.error.message);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user