Skip to content

Commit 260fb39

Browse files
committed
Remove debugging output
1 parent 86cfc46 commit 260fb39

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,6 @@ find_latest_swift_version() {
229229

230230
local android_sdk_checksum=""
231231
if [[ "$INSTALL_ANDROID" == true ]]; then
232-
log "Android Swift SDK releases_json: ${releases_json}"
233-
echo "$releases_json" | jq -r --arg version "$latest_version" '
234-
.[]
235-
| select(.name == $version)
236-
| .platforms[]
237-
| select(.platform == "android-sdk")
238-
'
239-
240232
android_sdk_checksum=$(echo "$releases_json" | jq -r --arg version "$latest_version" '
241233
.[]
242234
| select(.name == $version)

0 commit comments

Comments
 (0)