From: Simon Marchi Date: Tue, 14 Jun 2022 00:05:42 +0000 (-0400) Subject: tests: remove spurious print in test_field_class.py X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=ffecc00e2725dea0af6a7e0cfb10a95b8f56ee68 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 --- 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):