diff --git a/semantic_router/index/pinecone.py b/semantic_router/index/pinecone.py
index 8102881d099e1fca9a309a87d3270ea80e0dcb0e..98dcf4f4f9b281a62d749891e163c09f8a75688a 100644
--- a/semantic_router/index/pinecone.py
+++ b/semantic_router/index/pinecone.py
@@ -628,7 +628,6 @@ class PineconeIndex(BaseIndex):
             ) as response:
                 if response.status != 200:
                     error_text = await response.text()
-                    print(f"Error listing vectors: {response.status} - {error_text}")
                     break
 
                 response_data = await response.json(content_type=None)