Skip to content

Commit

Permalink
tweak: remove scrypto install script debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
azizi-a committed Dec 3, 2024
1 parent 83868e2 commit 5192d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrypto-install-scripts/install-scrypto-macos.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Print commands and exit on errors
set -ex
# Exit on error
set -e

# Versions to install
LLVM_VERSION=18
Expand Down

0 comments on commit 5192d2e

Please sign in to comment.