Skip to content

Commit f614911

Browse files
committed
Remove naked debug print
1 parent 3bcdd05 commit f614911

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stagehand/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ async def _execute(self, method: str, payload: dict[str, Any]) -> Any:
139139

140140
# Convert snake_case keys to camelCase for the API
141141
modified_payload = convert_dict_keys_to_camel_case(payload)
142-
print(modified_payload)
143142

144143
# async with self._client:
145144
try:

0 commit comments

Comments
 (0)