1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00

remove old comment

This commit is contained in:
James Kasten
2015-03-30 13:54:06 -07:00
parent 9ffcbf9934
commit 1c254d64ef

View File

@@ -396,7 +396,6 @@ def _find_dumb_path(challs, preferences):
assert len(preferences) == len(set(preferences))
path = []
# This cannot be a set() because POP challenge is not currently hashable
satisfied = set()
for pref_c in preferences:
for i, offered_chall in enumerate(challs):