web: minor, remove debug code

This commit is contained in:
King Kévin 2023-01-28 00:04:14 +01:00
parent f5000e0914
commit 6803dd1b81
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ function results()
option.setAttribute('value', part.id);
option.innerHTML = part.name + " (" + part.description + ")";
if (part_id == part.id) {
console.log(part_id);
option.selected = "selected";
}
results.appendChild(option);