Skip to content

Commit

Permalink
remove log message leading to exception for h5py Dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Oct 23, 2023
1 parent 3dd6760 commit bec66e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/silx/gui/hdf5/Hdf5TreeModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def _closeFileList(fileList):
"""Static method to close explicit references to internal objects."""
_logger.debug("Clear Hdf5TreeModel")
for obj in fileList:
_logger.debug("Close file %s", obj.filename)
obj.close()
fileList[:] = []

Expand Down

0 comments on commit bec66e6

Please sign in to comment.