Skip to content
Snippets Groups Projects
Commit b583aa74 authored by timothycarambat's avatar timothycarambat
Browse files

remove prints

parent 7edfccaf
No related branches found
No related tags found
No related merge requests found
......@@ -83,12 +83,7 @@ async def process_single_link(url):
loader = UnstructuredHTMLLoader(tmp.name)
data = loader.load()[0]
full_text = data.page_content
print("full text 1: ", full_text)
tmp.close()
print(full_text)
print("full text: ", full_text)
if full_text:
link_meta = append_meta(req, full_text, True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment