From 4327cbedceeb80689d293040ae41dfcbbb9ecfe1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 14 Oct 2021 18:01:16 +1100 Subject: [PATCH] Remove debug message --- InvenTree/templates/js/translated/bom.js | 1 - 1 file changed, 1 deletion(-) 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) {