left a print statement in.

This commit is contained in:
2015-06-26 18:40:45 +01:00
parent fa4fdff0e6
commit f3431329ad

View File

@@ -139,7 +139,6 @@ class ComicBook(models.Model):
except ValueError:
continue
ext = f.lower()[dot_index:]
print ext
if ext in ['jpg', 'jpeg']:
page = ComicPage(Comic=book,
index=i,