mirror of https://github.com/zulip/zulip.git
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:
parent
b879b7ff42
commit
c5f08022f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue