]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove small piece of unneeded documentation
authorKaidan <fishstacks@protonmail.com>
Sat, 7 Jul 2018 21:05:31 +0000 (07:05 +1000)
committerKaidan <fishstacks@protonmail.com>
Sat, 7 Jul 2018 21:05:31 +0000 (07:05 +1000)
scripts/maint/updateFallbackDirs.py

index a78be18365232d9acee448f9cc7c7e07de235604..0ea3992d8fe6dfdaf918493eebcc1fcd375bbf41 100755 (executable)
@@ -145,9 +145,6 @@ LOCAL_FILES_ONLY = False
 # When True, they are included, when False, they are excluded
 INCLUDE_UNLISTED_ENTRIES = True if OUTPUT_CANDIDATES else False
 
-# If an entry is in both lists, what happens?
-# When True, it is excluded, when False, it is included
-
 WHITELIST_FILE_NAME = 'scripts/maint/fallback.whitelist'
 FALLBACK_FILE_NAME  = 'src/app/config/fallback_dirs.inc'