tests: remove spurious print in test_field_class.py
[babeltrace.git] / tests / bindings / python / bt2 / test_field_class.py
index 4f6aab2415309fb4acf180ab4243dfa121da2c5b..cc6a54bc8c01531c8caaa1e25c286f524e061acd 100644 (file)
@@ -896,7 +896,6 @@ class _OptionWithIntegerSelectorFieldClassTestCase(
 
     def test_attr_ranges(self):
         fc = self._create_default_field_class()
 
     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):
         self.assertEqual(fc.ranges, self._ranges)
 
     def test_const_attr_ranges(self):
This page took 0.022701 seconds and 4 git commands to generate.