diff --git a/.github/workflows/they_said_to_compile.yaml b/.github/workflows/they_said_to_compile.yaml index d67131f..2cc1248 100644 --- a/.github/workflows/they_said_to_compile.yaml +++ b/.github/workflows/they_said_to_compile.yaml @@ -27,7 +27,6 @@ jobs: # Compile each groovy file for file in $groovyFiles; do compiledFile="compiled/$(basename "$file" | sed 's/^_//')" - echo "Compiling $file to $compiledFile" python3 compiler.py "$file" "$compiledFile" done - name: Commit and Push Changes