[Python-modules-commits] [python3-proselint] 03/09: Remove `--debug` clearcache functionality
Víctor Cuadrado Juan
viccuad-guest at moszumanska.debian.org
Mon Feb 27 19:15:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
viccuad-guest pushed a commit to branch master
in repository python3-proselint.
commit d8286825636271f2c37ca893ba9ace905f87b53a
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date: Thu Jun 16 09:38:57 2016 +0200
Remove `--debug` clearcache functionality
Fixes #821886
---
proselint/command_line.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/proselint/command_line.py b/proselint/command_line.py
index 47e159c..538815b 100644
--- a/proselint/command_line.py
+++ b/proselint/command_line.py
@@ -120,9 +120,6 @@ def proselint(paths=None, version=None, clean=None, debug=None,
click.echo(timing_test())
return
- # In debug or clean mode, delete cache & *.pyc files before running.
- if debug or clean:
- clear_cache()
# Use the demo file by default.
if demo:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python3-proselint.git
More information about the Python-modules-commits
mailing list