Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
themattinthehatt committed Dec 18, 2024
1 parent 178e0f9 commit 0b144d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ibllib/pipes/video_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,6 @@ def _run(self, overwrite=True, **kwargs):
executable='/bin/bash',
)
info, error = process.communicate()
# info_str = info.decode('utf-8').strip()
# _logger.info(info_str)
if process.returncode != 0:
error_str = error.decode('utf-8').strip()
_logger.error(
Expand Down

0 comments on commit 0b144d6

Please sign in to comment.