Skip to content

Commit

Permalink
Remove logging of adapter name
Browse files Browse the repository at this point in the history
Signed-off-by: smajumdar <titu1994@gmail.com>
  • Loading branch information
titu1994 committed May 10, 2022
1 parent e0bc4e1 commit 7ea9643
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nemo/core/classes/mixins/adapter_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ def add_adapter(self, name: str, cfg: DictConfig):
cfg['enabled'] = adapter_enabled
self.adapter_cfg[adapter_name] = cfg

logging.info(f"Adapter `{adapter_name}` added !")

def is_adapter_available(self) -> bool:
"""
Checks if any Adapter module has been instantiated.
Expand Down

0 comments on commit 7ea9643

Please sign in to comment.