Skip to content

Commit

Permalink
[python] Remove an debug statement (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jul 2, 2024
1 parent 4df83e7 commit 3eab504
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/python/src/tiledbsoma/io/outgest.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def _extract_X_key(

# Acquire handle to TileDB-SOMA data
soma_X_data_handle = measurement.X[X_layer_name]
logging.log_io(None, f"FOO {X_layer_name} {soma_X_data_handle.uri}")

# Read data from SOMA into memory
if isinstance(soma_X_data_handle, DenseNDArray):
Expand Down

0 comments on commit 3eab504

Please sign in to comment.