From c7e5c2ddd01d86bcf578e7487fe2a6b38d214226 Mon Sep 17 00:00:00 2001 From: Michael Schnabel Date: Sat, 1 Feb 2020 12:17:53 +0100 Subject: [PATCH] removed print --- tests/w3x/cases/test_roundtrip.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/w3x/cases/test_roundtrip.py b/tests/w3x/cases/test_roundtrip.py index 31d7f4fd..db5e5160 100644 --- a/tests/w3x/cases/test_roundtrip.py +++ b/tests/w3x/cases/test_roundtrip.py @@ -232,7 +232,6 @@ def test_roundtrip_single_mesh_imports(self): self.assertTrue('TRUNK' in bpy.data.objects) # import - print('### round test') context = IOWrapper(self.outpath() + 'output_skn.BOUNDINGBOX.w3x') load(context, import_settings={})