Skip to content

Commit f617d1b

Browse files
committed
remove a print
1 parent 19bcf9b commit f617d1b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integration/test_uow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def insert_batch(ref, sku, qty, eta):
1010

1111

1212
def get_allocated_batch_ref(orderid, sku):
13-
print(django_models.Allocation.objects.all())
1413
return django_models.Allocation.objects.get(
1514
line__orderid=orderid, line__sku=sku
1615
).batch.reference

0 commit comments

Comments
 (0)