Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Aug 31, 2024
1 parent 52d351b commit ac54c2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eva_sub_cli/validators/docker_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def get_docker_validation_cmd(self):
f"--shallow_validation true " if self.shallow_validation else "",
f"--output_dir {container_validation_output_dir}"
])
print(docker_cmd)
return docker_cmd

def run_docker_validator(self):
Expand Down

0 comments on commit ac54c2f

Please sign in to comment.