Skip to content

Commit ae19b7a

Browse files
committed
Remove debug print
1 parent 43472d8 commit ae19b7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mdio/converters/segy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,6 @@ def segy_to_mdio( # noqa PLR0913
497497
logger.warning("MDIO__IMPORT__RAW_HEADERS is experimental and expected to change or be removed.")
498498
mdio_template = _add_raw_headers_to_template(mdio_template)
499499

500-
print(grid)
501-
502500
# When HasDuplicates is True, the grid includes a "trace" dimension that will be
503501
# added to the dataset via a queued transform. We need to exclude it from the sizes
504502
# passed to build_dataset to avoid dimension size mismatches.

0 commit comments

Comments
 (0)