Skip to content

Commit 76371c3

Browse files
remove debug log
1 parent 0658b9f commit 76371c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

python/langsmith/client.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -824,12 +824,6 @@ def request_with_retries(
824824
**request_kwargs,
825825
)
826826
ls_utils.raise_for_status_with_text(response)
827-
logger.debug(
828-
"Request succeeded for %s %s. Context: %s",
829-
method,
830-
pathname,
831-
_context,
832-
)
833827
return response
834828
except requests.exceptions.ReadTimeout as e:
835829
logger.debug("Passing on exception %s", e)

0 commit comments

Comments
 (0)