remove console.log()
This commit is contained in:
parent
a16faff45c
commit
82eff8b8d0
@ -269,7 +269,6 @@ function fetchItemList() {
|
||||
.getElementById("datalist-" + type + "-" + item.partType.slice(5))
|
||||
.appendChild(option);
|
||||
} else {
|
||||
console.log(item.partType);
|
||||
const option = document.createElement("option");
|
||||
option.setAttribute("data-key", item.uniqueName);
|
||||
option.value = item.name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user