Remove more dead code

This commit is contained in:
Markus Unterwaditzer 2014-04-02 18:10:19 +02:00
parent a2ec63a0e0
commit 50314418ec

View file

@ -78,8 +78,6 @@ def do_the_radicale_dance(tmpdir):
import radicale.auth.http
def is_authenticated(user, password):
if user is None:
return False
assert user == 'bob' and password == 'bob'
return True
radicale.auth.http.is_authenticated = is_authenticated