tools/clean-repo: Don't print out the list of .pyc files deleted.

This was never useful output and was pretty spammy.
This commit is contained in:
Tim Abbott 2015-12-13 21:55:45 -08:00
parent b879b7ff42
commit c5f08022f9
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@
# chmod +x .git/hooks/post-checkout
cd "$(dirname "$0")/.."
find . -name '*.pyc' -print -delete | sed 's|^|[clean-repo] Deleting |'
find . -name '*.pyc' -delete