removed debug prints

This commit is contained in:
Matthias Bisping 2022-05-04 14:58:22 +02:00
parent f32004c3a4
commit 1d70fb628e

View File

@ -13,7 +13,6 @@ def test_identity_packer(data, metadata):
def test_rest_packer(data, metadata):
packer = RestPacker()
print(metadata)
assert list(packer(data, metadata)) == lstarlift(pack)(zip(data, metadata))