mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
remove old debug message
This commit is contained in:
@ -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] = {};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user