Skip to content

Commit

Permalink
rm logger.info
Browse files Browse the repository at this point in the history
  • Loading branch information
afloresep committed Nov 29, 2024
1 parent d4ef9a3 commit b72b64f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chelombus/utils/helper_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def update_progress(self):

def __enter__(self):
self.start_time = time.time()
self.logger.info(f"{self.description} started.")
self._thread = threading.Thread(target=self._monitor)
self._thread.start()
return self
Expand Down

0 comments on commit b72b64f

Please sign in to comment.