File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1150,10 +1150,6 @@ def _rasterize_if_necessary(
1150
1150
coordinate_system ,
1151
1151
target_unit_to_pixels = target_unit_to_pixels ,
1152
1152
)
1153
- logging .info (
1154
- f"Performed rasterization (with target_unit_to_pixels = { round (target_unit_to_pixels , 2 )} ) "
1155
- "to improve performance."
1156
- )
1157
1153
1158
1154
return image
1159
1155
@@ -1231,6 +1227,4 @@ def _multiscale_to_spatial_image(
1231
1227
data_var_keys = list (multiscale_image [optimal_scale ].data_vars )
1232
1228
image = multiscale_image [optimal_scale ][data_var_keys [0 ]]
1233
1229
1234
- logging .info (f"Using scale '{ optimal_scale } ' from multi-scale image '{ element } '." )
1235
-
1236
1230
return Labels2DModel .parse (image ) if is_label else Image2DModel .parse (image )
You can’t perform that action at this time.
0 commit comments