Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaPurtell committed Nov 15, 2024
1 parent 96d6fb1 commit 338882b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "synth-sdk"
version = "0.2.72"
version = "0.2.73"
description = ""
authors = [{name = "Synth AI", email = "[email protected]"}]
license = {text = "MIT"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="synth-sdk",
version="0.2.72",
version="0.2.73",
packages=find_packages(),
install_requires=[
"opentelemetry-api",
Expand Down
2 changes: 0 additions & 2 deletions synth_sdk/tracing/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,6 @@ async def async_wrapper(*args, **kwargs):
logger.debug(
f"Added compute step for {var_origin}: {compute_step.to_dict()}"
)

print("EVENT", event)
# Optionally log the function result
if log_result:
logger.info(f"Function result: {result}")
Expand Down

0 comments on commit 338882b

Please sign in to comment.