Skip to content

Commit

Permalink
Merge pull request #818 from bp/remove_debug_print
Browse files Browse the repository at this point in the history
removing debug print statement
  • Loading branch information
andy-beer committed Aug 20, 2024
2 parents b90b650 + 5149aaa commit 58e44ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resqpy/property/_collection_add_part.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58e44ac

Please sign in to comment.