Skip to content

Commit

Permalink
remove emdfile logger info about no nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 26, 2023
1 parent f0f5508 commit c13f73c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prody/proteins/emdfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ def parseEMDStream(stream, **kwargs):
else:
make_nodes = False
map = True
LOGGER.info('As n_nodes is less than or equal to 0, no nodes will be'
' made and the raw map will be returned')

emd = EMDMAP(stream, min_cutoff, max_cutoff)

Expand Down

0 comments on commit c13f73c

Please sign in to comment.