Skip to content

Commit

Permalink
remove erroneous logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon349 authored Apr 6, 2021
1 parent 7cc2832 commit d4de24c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/png-extraction/ImageExtractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def fix_mismatch(with_VRs=['PN', 'DS', 'IS']):
pickle.dump(filelist,open(pickle_file,'wb'))
file_chunks = np.array_split(filelist,no_splits)
logging.info('Number of dicom files: ' + str(len(filelist)))
logging.info('Number of chunks is 100 with size ' + str(len(file_chunks[0])) )

try:
ff = filelist[0] #load first file as a template to look at all
Expand Down

0 comments on commit d4de24c

Please sign in to comment.