From ffecc00e2725dea0af6a7e0cfb10a95b8f56ee68 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 13 Jun 2022 20:05:42 -0400 Subject: [PATCH] tests: remove spurious print in test_field_class.py Change-Id: I147b027b835520e39148938eff1b930e28768eec Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/8350 Tested-by: jenkins Reviewed-by: Philippe Proulx --- tests/bindings/python/bt2/test_field_class.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bindings/python/bt2/test_field_class.py b/tests/bindings/python/bt2/test_field_class.py index 4f6aab24..cc6a54bc 100644 --- a/tests/bindings/python/bt2/test_field_class.py +++ b/tests/bindings/python/bt2/test_field_class.py @@ -896,7 +896,6 @@ class _OptionWithIntegerSelectorFieldClassTestCase( def test_attr_ranges(self): fc = self._create_default_field_class() - print(type(fc.ranges), type(self._ranges)) self.assertEqual(fc.ranges, self._ranges) def test_const_attr_ranges(self): -- 2.34.1