mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
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:
@@ -8,4 +8,4 @@
|
|||||||
# chmod +x .git/hooks/post-checkout
|
# chmod +x .git/hooks/post-checkout
|
||||||
|
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
find . -name '*.pyc' -print -delete | sed 's|^|[clean-repo] Deleting |'
|
find . -name '*.pyc' -delete
|
||||||
|
|||||||
Reference in New Issue
Block a user