web: disable debug output

This commit is contained in:
King Kévin 2023-01-30 04:23:39 +01:00
parent 7c5aa6e8f3
commit b265820fc7
1 changed files with 1 additions and 1 deletions

View File

@ -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");