mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Removed test print
This commit is contained in:
parent
89c7c87f1e
commit
429f9d0a13
@ -669,7 +669,6 @@ class StockList(generics.ListCreateAPIView):
|
||||
assembly = params.get('assembly', None)
|
||||
|
||||
if assembly is not None:
|
||||
print('ASSEMBLY')
|
||||
assembly = str2bool(assembly)
|
||||
queryset = queryset.filter(part__assembly=assembly)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user