diff --git a/.ci/license-header.sh b/.ci/license-header.sh index 1fb3438be6..986b364845 100755 --- a/.ci/license-header.sh +++ b/.ci/license-header.sh @@ -96,8 +96,6 @@ check_header() { BASE=$(git merge-base master HEAD) FILES=$(git diff --name-only "$BASE") -echo "$EXCLUDE_FILES" - for file in $FILES; do [ -f "$file" ] || continue