commit 5fe70a6c0ade0edb097d1d44d8a460fae0223367 Author: Isis Lovecruft isis@torproject.org Date: Thu Oct 11 22:23:06 2012 +0000
* Cleaned up the code a tiny bit. --- ooni/ooniprobe.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/ooni/ooniprobe.py b/ooni/ooniprobe.py index ec529d6..2e23409 100644 --- a/ooni/ooniprobe.py +++ b/ooni/ooniprobe.py @@ -112,8 +112,6 @@ class Options(usage.Options):
optFlags = [ #['remote', 'r', "If the test should be run remotely (not supported)"], - #['status', 'x', 'Show current state'], - #['restart', 'r', 'Restart OONI'], ['quiet', 'q', "Don't log to stdout"] ]
tor-commits@lists.torproject.org