tests: remove spurious print in test_field_class.py
[babeltrace.git] / tests / bindings / python / bt2 / test_field_class.py
index be4a71f1f8065c9742f7e66b2f00fa3144a09d4f..cc6a54bc8c01531c8caaa1e25c286f524e061acd 100644 (file)
@@ -1,20 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2019 EfficiOS Inc.
 #
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; only version 2
-# of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-#
 
 import unittest
 import bt2
@@ -909,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):
This page took 0.023091 seconds and 4 git commands to generate.