Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Feb 20, 2025
1 parent 14e1f1a commit 8680c8a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/versionControlAndAuditCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,15 +397,6 @@ jobs:
PROTECTED_CONTRACTS=$(tr ',' '\n' < contracts_for_audit.txt)
echo "PROTECTED_CONTRACTS: $PROTECTED_CONTRACTS"
# CONTRACTS_FOR_AUDIT_STR=$(IFS=$'\n'; $(cat contracts_for_audit.txt))
# echo "CONTRACTS_FOR_AUDIT_STR: $CONTRACTS_FOR_AUDIT_STR"
# echo -e "$CONTRACTS_FOR_AUDIT_STR" > contracts_for_audit.txt
# echo ""
# # load list of protected contracts
# PROTECTED_CONTRACTS=$(cat contracts_for_audit.txt)
# echo "PROTECTED_CONTRACTS: $PROTECTED_CONTRACTS"
##### make sure that there are any protected contracts
if [[ -z $PROTECTED_CONTRACTS ]]; then
echo -e "\033[31mNo protected contracts found. This should not happen (action should stop earlier). Please check the code of the Github action. Aborting now.\033[0m"
Expand Down

0 comments on commit 8680c8a

Please sign in to comment.