tools/testbuild.sh: Remove some recently introduced echo's that clutter the build test output

This commit is contained in:
Gregory Nutt 2019-08-08 12:37:37 -06:00
parent 786d3453a2
commit f75fba05e7

View File

@ -305,8 +305,6 @@ for line in $testlist; do
if [ -f ${nuttx}/boards/${arch}/${chip}/${boarddir}/Kconfig ]; then
archdir=${arch}
chipdir=${chip}
echo " Detected ${archdir} Architecture"
echo " Detected ${chipdir} Chip"
fi
done
done