remove debug stuff

This commit is contained in:
Romain Bignon 2011-04-11 11:17:49 +02:00
commit b079953916

View file

@ -25,7 +25,6 @@ from .pages import PastePage, PostPage
__all__ = ['PastebinBrowser']
from weboob.tools.browser import BaseBrowser
BaseBrowser.SAVE_RESPONSES=True
class PastebinBrowser(BaseBrowser):
DOMAIN = 'pastebin.com'