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