Skip to content

Commit

Permalink
Remove printing line in dm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Ercius ncem-gauss jupyter committed Apr 24, 2024
1 parent 5e87b6f commit 50f35bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ncempy/io/dm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1255,6 +1255,3 @@ def dmReader(filename, dSetNum=0, verbose=False, on_memory=True):
del im1['pixelOrigin']

return im1 # return the dataset and metadata as a dictionary

if __name__ == '__main__':
print('hi')

0 comments on commit 50f35bd

Please sign in to comment.