unused method (the same as in parent class)

This commit is contained in:
Christophe Benz 2010-11-17 19:28:45 +01:00 committed by Romain Bignon
commit f2b493b5e5

View file

@ -46,9 +46,6 @@ class Cragr(BaseBrowser):
"""
return True
def home(self):
self.location('https://%s/' % self.DOMAIN)
def is_logged(self):
return self.page and self.page.is_logged() or self.is_logging