Browse Source

chore: :rewind: Revert debug information

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Javier Salmeron Garcia 2 years ago
parent
commit
b018f188fd
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .github/workflows/license-headers.yml

+ 0 - 3
.github/workflows/license-headers.yml

@@ -41,13 +41,10 @@ jobs:
             local -r path="${1:?missing path}"
             local -r excluded_paths=("/crds/")
             for excluded_path in "${excluded_paths[@]}"; do
-              echo "Checking if ${path} includes ${excluded_path}"
               if [[ "${path}" =~ ${excluded_path} ]]; then
-                echo "included!"
                 return 0
               fi
             done
-            echo "not included"
             return 1
           }
           while read -r file_changed; do