From baa32c62c28d81bb584f3c68309df82846b64987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 30 Jan 2023 12:30:37 +0100 Subject: [PATCH] web: disable debug log --- public/partdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/partdb.js b/public/partdb.js index eb63ad8..7c0f094 100644 --- a/public/partdb.js +++ b/public/partdb.js @@ -243,7 +243,7 @@ function update_part() part.components.push({name: nam, quantity: parseInt(q)}); } } - console.log(part); + //console.log(part); var post = new XMLHttpRequest(); post.open("POST", "part");