diff --git a/prody/proteins/emdfile.py b/prody/proteins/emdfile.py index 0f87025cb..7b5168564 100644 --- a/prody/proteins/emdfile.py +++ b/prody/proteins/emdfile.py @@ -140,8 +140,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)