2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Remove old debug messages

This commit is contained in:
Oliver Walters
2019-07-11 12:56:10 +10:00
parent 377b2f94ce
commit 23d19d6784
3 changed files with 1 additions and 6 deletions

View File

@ -235,8 +235,6 @@ class PriceBreakCreate(AjaxCreateView):
initials = super(AjaxCreateView, self).get_initial()
print("GETTING INITIAL DAtA")
initials['part'] = self.get_part()
return initials