From b583aa74fd897820f317bfce80fd7a2e4e142ffb Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Thu, 16 Nov 2023 17:17:52 -0800 Subject: [PATCH] remove prints --- collector/scripts/link.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/collector/scripts/link.py b/collector/scripts/link.py index 4a3571db..aa5b32df 100644 --- a/collector/scripts/link.py +++ b/collector/scripts/link.py @@ -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)