Remove some debug logging

This commit is contained in:
Reinier Criel 2025-11-06 12:25:55 -08:00
parent dd2894faab
commit e88aede939
5 changed files with 0 additions and 4 deletions

View file

@ -21,7 +21,6 @@ function wrapSafeChainCommand() {
else
# If the aikido command is not available, print a warning and run the original command
printSafeChainWarning "$original_cmd"
command "$original_cmd" "$@"
fi
}