Skip to content

Commit

Permalink
remove log (#3008)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored Feb 13, 2024
1 parent 30e6525 commit 83257c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer/loggers/mosaicml_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def _flush_metadata(self, force_flush: bool = False, future: bool = True) -> Non
self.buffered_metadata = {}
self.time_last_logged = time.time()
done, incomplete = wait(self._futures, timeout=0.01)
log.info(f'Logged {len(done)} metadata to MosaicML, waiting on {len(incomplete)}')
# Raise any exceptions
for f in done:
if f.exception() is not None:
Expand Down

0 comments on commit 83257c5

Please sign in to comment.