Skip to content

Commit

Permalink
chore: remove unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhopperlowe committed Feb 19, 2025
1 parent 0f1ecb1 commit 8f03ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion search/tavily/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def main():
logging.error(f"Tavily - {command} - No results found")
print("No results found")
sys.exit(1)
logging.info(f"Tavily - response:\n{response}")

# print the response as a valid json object
print(json.dumps(response))
Expand Down

0 comments on commit 8f03ba5

Please sign in to comment.