Ashhar commited on
Commit
cf0a10d
·
1 Parent(s): 9dfbf64

remove debug print

Browse files
Files changed (1) hide show
  1. tools/webScraper.py +0 -2
tools/webScraper.py CHANGED
@@ -100,5 +100,3 @@ def scrapeGoogleSearch(query):
100
  print("Failed to retrieve search results.")
101
 
102
  return "\n".join(finalResponse)
103
-
104
- print(scrapeGoogleSearch("kommuneity"))
 
100
  print("Failed to retrieve search results.")
101
 
102
  return "\n".join(finalResponse)