Skip to content

Commit

Permalink
removed logging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederickDeny committed Feb 21, 2024
1 parent e406770 commit 3e5b664
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions e4s_cl/cf/containers/barebones.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ def run(self, command: List[str], overload: bool = True) -> int:


container_cmd = [*self._prepare(command, overload)]
LOGGER.debug("***************************************888")
LOGGER.debug(container_cmd)
LOGGER.debug(self.env)
LOGGER.debug("***************************************888")

return run_subprocess(container_cmd, env=self.env)

Expand Down

0 comments on commit 3e5b664

Please sign in to comment.