Remove debug statements
This commit is contained in:
parent
58da9200fc
commit
e6fdd25097
@ -20,7 +20,6 @@ local defined=()
|
||||
|
||||
local file
|
||||
for file in "${ZSH_ROS2_ROOT}/bin/"*; do
|
||||
echo Checked $file
|
||||
local base="${file:t}"
|
||||
hash -- "${base}" 2>/dev/null && continue
|
||||
defined+=("${base}")
|
||||
@ -33,7 +32,6 @@ done
|
||||
|
||||
local exec
|
||||
for exec in ${defined}; do
|
||||
echo Defined $exec
|
||||
eval "
|
||||
function \${(q)exec} {
|
||||
printf 'Setting up ros2 with \"%s\"...\n\n' \\
|
||||
|
Loading…
x
Reference in New Issue
Block a user