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