Skip to content

Commit d6ebe6f

Browse files
committed
#723: remove logger dependency
1 parent 4947d16 commit d6ebe6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mip_convert/mip_convert/plugins/base/data/processors.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2348,8 +2348,6 @@ def calc_slthick(soil_cube, frac_cube, ice_class=None):
23482348
ValueError
23492349
If the soil is identified as having a negative thickness.
23502350
"""
2351-
logger = logging.getLogger(__name__)
2352-
23532351
# Calculate the thickness of a soil layer from the cell bounds of the vertical coord of the input cube.
23542352
depth_coord = _z_axis(soil_cube)
23552353
slthick_data = soil_cube.data.copy()

0 commit comments

Comments
 (0)