mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove old debug message
This commit is contained in:
parent
1db654e990
commit
f72eb4266a
@ -369,7 +369,6 @@ function constructFormBody(fields, options) {
|
||||
// Initialize an "empty" field for each specified field
|
||||
for (field in displayed_fields) {
|
||||
if (!(field in fields)) {
|
||||
console.log("adding blank field for ", field);
|
||||
fields[field] = {};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user