mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Removed leftover print
This commit is contained in:
@ -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})
|
||||
|
||||
|
Reference in New Issue
Block a user