clean-repo: Remove.

Unless this was working around a specific bug that has somehow
persisted for eight years, this was just pointlessly defeating
Python’s bytecode cache every time you started the dev server.

This reverts commits deffda072f,
59228f7458, and
ae45217671.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-11-04 18:57:06 -07:00
committed by Tim Abbott
parent a3445dac95
commit b54007d36c
3 changed files with 0 additions and 17 deletions

View File

@@ -46,7 +46,6 @@ echo
# prep
run ./tools/check-provision $FORCEARG
run ./tools/clean-repo
# ci/backend
run ./tools/lint --groups=backend $FORCEARG