mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Removed leftover print
This commit is contained in:
parent
22249206d2
commit
a64ab5956b
@ -209,7 +209,6 @@ class FileManagementFormView(MultiStepFormView):
|
||||
context.update({'columns': self.columns})
|
||||
|
||||
# Load extra context data
|
||||
print(self.extra_context_data)
|
||||
for key, items in self.extra_context_data.items():
|
||||
context.update({key: items})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user