Skip to content

Commit 74ce6dc

Browse files
authored
Remove leftover print statement (#26)
1 parent 6256809 commit 74ce6dc

File tree

1 file changed

+0
-1
lines changed
  • src/security/safe_command

1 file changed

+0
-1
lines changed

src/security/safe_command/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,6 @@ def check(command: ValidCommand, restrictions: ValidRestrictions, **kwargs) -> N
637637
# Check if the executable is set by the Popen kwargs (either executable or shell)
638638
# Executable takes precedence over shell. see subprocess.py line 1593
639639
executable_path = _resolve_executable_path(kwargs.get("executable"), venv)
640-
print(executable_path)
641640
shell = (
642641
executable_path.name in COMMON_SHELLS
643642
if executable_path

0 commit comments

Comments
 (0)