mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
remove old comment
This commit is contained in:
@@ -396,7 +396,6 @@ def _find_dumb_path(challs, preferences):
|
|||||||
assert len(preferences) == len(set(preferences))
|
assert len(preferences) == len(set(preferences))
|
||||||
|
|
||||||
path = []
|
path = []
|
||||||
# This cannot be a set() because POP challenge is not currently hashable
|
|
||||||
satisfied = set()
|
satisfied = set()
|
||||||
for pref_c in preferences:
|
for pref_c in preferences:
|
||||||
for i, offered_chall in enumerate(challs):
|
for i, offered_chall in enumerate(challs):
|
||||||
|
|||||||
Reference in New Issue
Block a user