Skip to content

Commit df56de7

Browse files
authored
Remove stray echo from build-script-impl.
1 parent 96a431e commit df56de7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,6 @@ for host in "${ALL_HOSTS[@]}"; do
24872487
if [[ ! "${TENSORFLOW_SWIFT_APIS}" && -d "${TENSORFLOW_SWIFT_APIS_DIR}" ]] ; then
24882488
TENSORFLOW_SWIFT_APIS="${TENSORFLOW_SWIFT_APIS_DIR}"
24892489
fi
2490-
echo "BUILD SCRIPT IMPL TF APIS: ${TENSORFLOW_SWIFT_APIS}"
24912490
if [[ "${TENSORFLOW_SWIFT_APIS}" ]] ; then
24922491
cmake_options=(
24932492
"${cmake_options[@]}"

0 commit comments

Comments
 (0)