Remove pdb.set_trace()

This commit is contained in:
Albert Cervera i Areny 2023-08-11 17:27:07 +02:00
parent e1cdf75747
commit 8ef6fd12a8
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ class Plan(DeactivableMixin, ModelSQL, ModelView):
@fields.depends('bom', 'boms', 'product')
def on_change_with_boms(self):
import pdb; pdb.set_trace()
boms = {
'delete': [x.id for x in self.boms],
'add': [],