Remove stray print statement.
This commit is contained in:
parent
bc6279f2ab
commit
950dd2932c
1 changed files with 0 additions and 1 deletions
|
@ -383,7 +383,6 @@ class SnowFlame(_BasicScraper):
|
|||
help = 'Index format: chapter-page'
|
||||
|
||||
def getIndexStripUrl(self, index):
|
||||
print(index)
|
||||
return self.stripUrl % tuple(index.split('-'))
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in a new issue