2
0

Remove debugging code.

This commit is contained in:
Maarten Billemont 2017-09-03 15:43:22 -04:00
parent 6811773e54
commit 4271d77225

View File

@ -197,8 +197,6 @@ use_mpw_xml() {
### BUILD TARGETS
for target in "${targets_all[@]}"; do
echo "target: $target in ' $targets '."
if [[ ${targets:-$targets_default} == 'all' || " ${targets:-$targets_default} " = *" $target "* ]]; then
echo
echo "Building target: $target..."