paste* backends: Do not fill the paste after post

It's the application job to call fill_paste().
We only need to get the id.
This commit is contained in:
Laurent Bachelier 2011-04-14 22:59:02 +02:00
commit 667b8267db
4 changed files with 2 additions and 2 deletions

View file

@ -58,4 +58,3 @@ class PastealaconBrowser(BaseBrowser):
if self.is_on_page(CaptchaPage):
raise BrowserUnavailable("Detected as spam and unable to handle the captcha")
paste.id = self.page.get_id()
self.fill_paste(paste)