Skip to content

Commit

Permalink
fix(serializer): remove unnecessary log statement (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassiebp authored Jan 6, 2025
1 parent 645f670 commit e54ab93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion langfuse/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def default(self, obj: Any):
return f"<{type(obj).__name__}>"

except Exception as e:
print(obj.__dict__)
logger.debug(
f"Serialization failed for object of type {type(obj).__name__}",
exc_info=e,
Expand Down

0 comments on commit e54ab93

Please sign in to comment.