Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 5ab6779

Browse files
author
Kevin Meredith
committed
Removed debug print, no longer needed.
1 parent 65e2516 commit 5ab6779

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

comic_scraper/extractors/mangareader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def download_page(self, page):
112112
soup = bsoup.BeautifulSoup(r.text, 'html.parser')
113113
for div in soup.find_all('div', {'id':'imgholder'}):
114114
if div.get('id'):
115-
print(div)
116115
img = div.find_all('img')
117116
break
118117

0 commit comments

Comments
 (0)