Skip to content

Commit f5fabe7

Browse files
Remove debug line.
1 parent dd90013 commit f5fabe7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/update-motoko.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ declare -A variants=([x86_64-darwin]=Darwin-x86_64 [x86_64-linux]=Linux-x86_64 [
3333
for platform in "${!variants[@]}"; do
3434
motoko_url=$(printf 'https://github.com/dfinity/motoko/releases/download/%s/motoko-%s-%s.tar.gz' \
3535
"$(urlencode "$version")" "$(urlencode "${variants[$platform]}")" "$(urlencode "$version")")
36-
echo "$motoko_url"
3736
motoko_sha=$(curl --proto '=https' --tlsv1.2 -sSfL "$motoko_url" | sha256sum | head -c 64)
3837
jq '.[$platform].motoko = {url: $url, sha256: $sha256, version: $version}' --arg platform "$platform" --arg version "$version" \
3938
--arg url "$motoko_url" --arg sha256 "$motoko_sha" "$sources" | sponge "$sources"

0 commit comments

Comments
 (0)