From 5149aaae55577d0a56fa3d94ab1cf5e097daca1d Mon Sep 17 00:00:00 2001 From: Andy Beer Date: Tue, 20 Aug 2024 18:06:14 +0300 Subject: [PATCH] removing debug print statement --- resqpy/property/_collection_add_part.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/resqpy/property/_collection_add_part.py b/resqpy/property/_collection_add_part.py index 623a668b..24cdb977 100644 --- a/resqpy/property/_collection_add_part.py +++ b/resqpy/property/_collection_add_part.py @@ -202,9 +202,6 @@ def _process_imported_property(collection, attributes, property_kind_uuid, strin const_value, points, p_time_series_uuid, p_string_lookup_uuid) = attributes log.debug('processing imported property ' + str(p_keyword)) - print( - f'**** keyword: {p_keyword}; const value: {const_value}; type: {type(const_value)}; is bool: {isinstance(const_value, bool)}' - ) assert not points or not p_discrete if local_property_kind_uuid is None: local_property_kind_uuid = property_kind_uuid