From 57fa8369f3ab8b9ba525aac8d151326d3e0b1b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 27 Jan 2023 02:04:37 +0100 Subject: [PATCH] web: minor, remove unused code --- public/partdb.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/partdb.js b/public/partdb.js index 5b92a5b..3cb43e8 100644 --- a/public/partdb.js +++ b/public/partdb.js @@ -179,7 +179,6 @@ function select() img.src = attachment; a.appendChild(img); attachments.appendChild(a); - console.log(attachments); } } }