Skip to content

Commit 700d349

Browse files
authored
Update stagehand/handlers/extract_handler.py
1 parent d742c52 commit 700d349

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stagehand/handlers/extract_handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ async def extract(
8585
self.logger.info("Getting accessibility tree data")
8686
output_string = tree["simplified"]
8787
id_to_url_mapping = tree.get("idToUrl", {})
88-
self.logger.info(f"schema: {schema}")
8988

9089
# Transform schema URL fields to numeric IDs if necessary
9190
transformed_schema = schema

0 commit comments

Comments
 (0)