mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove debug message
This commit is contained in:
parent
9b00ede61a
commit
4327cbedce
@ -266,7 +266,6 @@ function bomSubstitutesDialog(bom_item_id, substitutes, options={}) {
|
|||||||
// Also exclude the "master" part (if provided)
|
// Also exclude the "master" part (if provided)
|
||||||
if (options.sub_part) {
|
if (options.sub_part) {
|
||||||
subs.push(options.sub_part);
|
subs.push(options.sub_part);
|
||||||
console.log("sub_part:", options.sub_part);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (subs.length > 0) {
|
if (subs.length > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user