Skip to content

Commit 90c064a

Browse files
authored
Update parsers.py
Remove debugging print
1 parent 467cb16 commit 90c064a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎llmware/parsers.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2456,7 +2456,6 @@ def website_main_processor(self, img_start, output_index=True):
24562456
if "content" in elements.attrs:
24572457

24582458
img_extension = elements["content"]
2459-
print ("Jeff", elements.attrs)
24602459
img_success, img, img_url, img_name = \
24612460
self.image_handler(img_extension, elements, img_counter)
24622461

0 commit comments

Comments
 (0)