diff --git a/.github/workflows/localization.yml b/.github/workflows/localization.yml index 2bb91832bad..9c09255b966 100644 --- a/.github/workflows/localization.yml +++ b/.github/workflows/localization.yml @@ -17,7 +17,6 @@ jobs: - name: Diff changes run: | diff_result=$(git diff --numstat HEAD -- ./locale/templates/LC_MESSAGES/amo.pot) - echo "result: $diff_result" if [[ $diff_result -le 2 ]]; then echo "nothing to do" exit 0