Skip to content

Commit 0fa93fa

Browse files
author
Sonja Stockhaus
committed
remove logging.info
1 parent 914a60e commit 0fa93fa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/spatialdata_plot/pl/utils.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,10 +1150,6 @@ def _rasterize_if_necessary(
11501150
coordinate_system,
11511151
target_unit_to_pixels=target_unit_to_pixels,
11521152
)
1153-
logging.info(
1154-
f"Performed rasterization (with target_unit_to_pixels = {round(target_unit_to_pixels, 2)}) "
1155-
"to improve performance."
1156-
)
11571153

11581154
return image
11591155

@@ -1231,6 +1227,4 @@ def _multiscale_to_spatial_image(
12311227
data_var_keys = list(multiscale_image[optimal_scale].data_vars)
12321228
image = multiscale_image[optimal_scale][data_var_keys[0]]
12331229

1234-
logging.info(f"Using scale '{optimal_scale}' from multi-scale image '{element}'.")
1235-
12361230
return Labels2DModel.parse(image) if is_label else Image2DModel.parse(image)

0 commit comments

Comments
 (0)