Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit cc08f6c

Browse files
bizzappdevPCatinean
authored andcommitted
[FIX]removed print
1 parent 54fa86b commit cc08f6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

product_configurator/models/product_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,6 @@ def get_cfg_price(self, value_ids=None, custom_vals=None):
841841
else:
842842
pricelist = self.env.user.partner_id.property_product_pricelist
843843
custom_vals_price = 0
844-
print("custom_vals ", custom_vals)
845844
for attribute, custom_val in custom_vals.items():
846845
attribute_id = self.env["product.attribute"].browse(attribute)
847846
if attribute_id.quantity and attribute_id.attr_product_id:

0 commit comments

Comments
 (0)