diff --git a/collector/scripts/link.py b/collector/scripts/link.py
index 4a3571db865cbfebc4c4ae917eb7fe7bee8668fb..aa5b32df502abba691c23cb1c36aa497a7656f82 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)