web: minor, remove debug code

This commit is contained in:
King Kévin 2023-01-27 02:15:34 +01:00
parent 74262c6381
commit 1142d95d76
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function select_part()
let part_selected = parseInt(results.options[results.selectedIndex].value);
for (const part of parts) {
if (part.id == part_selected) {
console.log(part);
//console.log(part);
// populate part fields
for (const field of fields) {
const input = document.getElementById('part_' + field);