[hotfix] [python, test] Remove useless print in tests
diff --git a/statefun-python-sdk/tests/type_deduction_test.py b/statefun-python-sdk/tests/type_deduction_test.py
index b6e1f5b..f0572db 100644
--- a/statefun-python-sdk/tests/type_deduction_test.py
+++ b/statefun-python-sdk/tests/type_deduction_test.py
@@ -54,5 +54,4 @@
 
         types = deduce_protobuf_types(foo)
 
-        print(types)
         self.assertTrue(types is None)