Skip to content

Commit

Permalink
remove debug log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Oct 24, 2024
1 parent 881c468 commit adc4801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion h5pyd/_hl/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,6 @@ def __setitem__(self, args, val):
args = args if isinstance(args, tuple) else (args,)

# get the val dtype if we're passed a numpy array
self.log.debug(f"is ndarray: {isinstance(val, numpy.ndarray)}")
try:
msg = f"val dtype: {val.dtype}, shape: {val.shape} kind: {val.dtype.kind} metadata: {val.dtype.metadata}"
self.log.debug(msg)
Expand Down

0 comments on commit adc4801

Please sign in to comment.