From 1c254d64ef84d798a39f95c98210bf6246aefdb9 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Mon, 30 Mar 2015 13:54:06 -0700 Subject: [PATCH] remove old comment --- letsencrypt/client/auth_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/letsencrypt/client/auth_handler.py b/letsencrypt/client/auth_handler.py index f0b257984..72843332b 100644 --- a/letsencrypt/client/auth_handler.py +++ b/letsencrypt/client/auth_handler.py @@ -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):