From 3eab504e1ccbb8ca17f24b3cf33f2a3a6593bf1e Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 2 Jul 2024 13:03:55 -0400 Subject: [PATCH] [python] Remove an debug statement (#2766) --- apis/python/src/tiledbsoma/io/outgest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apis/python/src/tiledbsoma/io/outgest.py b/apis/python/src/tiledbsoma/io/outgest.py index 551f60366..ee5e07702 100644 --- a/apis/python/src/tiledbsoma/io/outgest.py +++ b/apis/python/src/tiledbsoma/io/outgest.py @@ -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):