Removed test print

This commit is contained in:
eeintech 2021-03-12 11:19:20 -05:00
parent 89c7c87f1e
commit 429f9d0a13

View File

@ -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)