Skip to content

Commit

Permalink
fix: remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragts committed Feb 12, 2025
1 parent 71d6161 commit 50bb6a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/agno/agno/tools/firecrawl.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def __init__(
super().__init__(name="firecrawl_tools")

self.api_key = api_key or getenv("FIRECRAWL_API_KEY")
logger.info(f"FIRECRAWL_API_KEY: {self.api_key}")
if not self.api_key:
logger.error("FIRECRAWL_API_KEY not set. Please set the FIRECRAWL_API_KEY environment variable.")

Expand Down

0 comments on commit 50bb6a6

Please sign in to comment.