diff --git a/InvenTree/templates/js/translated/bom.js b/InvenTree/templates/js/translated/bom.js index 71cf380952..89ae428bcd 100644 --- a/InvenTree/templates/js/translated/bom.js +++ b/InvenTree/templates/js/translated/bom.js @@ -266,7 +266,6 @@ function bomSubstitutesDialog(bom_item_id, substitutes, options={}) { // Also exclude the "master" part (if provided) if (options.sub_part) { subs.push(options.sub_part); - console.log("sub_part:", options.sub_part); } if (subs.length > 0) {