web: disable debug log

This commit is contained in:
King Kévin 2023-01-30 12:30:37 +01:00
parent 0ba7bead13
commit baa32c62c2
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ function update_part()
part.components.push({name: nam, quantity: parseInt(q)});
}
}
console.log(part);
//console.log(part);
var post = new XMLHttpRequest();
post.open("POST", "part");