Remove debugging code.
This commit is contained in:
parent
6811773e54
commit
4271d77225
@ -197,8 +197,6 @@ use_mpw_xml() {
|
|||||||
|
|
||||||
### BUILD TARGETS
|
### BUILD TARGETS
|
||||||
for target in "${targets_all[@]}"; do
|
for target in "${targets_all[@]}"; do
|
||||||
echo "target: $target in ' $targets '."
|
|
||||||
|
|
||||||
if [[ ${targets:-$targets_default} == 'all' || " ${targets:-$targets_default} " = *" $target "* ]]; then
|
if [[ ${targets:-$targets_default} == 'all' || " ${targets:-$targets_default} " = *" $target "* ]]; then
|
||||||
echo
|
echo
|
||||||
echo "Building target: $target..."
|
echo "Building target: $target..."
|
||||||
|
Loading…
Reference in New Issue
Block a user