remove debug code from deploy_rln_contract script

This commit is contained in:
stubbsta 2024-04-24 14:58:26 +02:00
parent bcffbdad3c
commit ea871e7b50
No known key found for this signature in database

View File

@ -2,11 +2,6 @@
set -e
which yarn
echo $PATH
export PATH=$PATH:$HOME/.yarn/bin
echo $PATH
# 1. Install foundry
curl -L https://foundry.paradigm.xyz | bash && . /root/.bashrc && foundryup && export PATH=$PATH:$HOME/.foundry/bin