mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Remove logging that contains full event data from DatabaseSessionService
Resolves https://github.com/google/adk-python/issues/2153 PiperOrigin-RevId: 794288546
This commit is contained in:
committed by
Copybara-Service
parent
a09a5e67aa
commit
bb3735c9ca
@@ -548,8 +548,6 @@ class DatabaseSessionService(BaseSessionService):
|
||||
|
||||
@override
|
||||
async def append_event(self, session: Session, event: Event) -> Event:
|
||||
logger.info(f"Append event: {event} to session {session.id}")
|
||||
|
||||
if event.partial:
|
||||
return event
|
||||
|
||||
|
||||
Reference in New Issue
Block a user