Remove useless TODO

This commit is contained in:
Florent 2013-02-07 15:36:33 +01:00
commit 3296d57132

View file

@ -466,7 +466,6 @@ class ConsoleApplication(BaseApplication):
msg = unicode(error)
if not msg:
msg = 'invalid login/password.'
# TODO ask to reconfigure backend
print >>sys.stderr, 'Error(%s): %s' % (backend.name, msg)
if self.ask('Do you want to reconfigure this backend?', default=True):
self.unload_backends(names=[backend.name])