Remove deprecated comment

This commit is contained in:
cryzed
2014-06-08 12:51:24 +02:00
parent 6e38557454
commit 4acffb88f6
@@ -69,8 +69,6 @@ class BloodshedverseComAdapter(BaseSiteAdapter):
return url
def extractChapterUrlsAndMetadata(self):
# Use URLError exception because that's the only error that can
# occur here, missing stories don't return a 404 header
soup = self._customized_fetch_url(self.url)
# Since no 404 error code we have to raise the exception ourselves.