Skip to content

Commit 49fb763

Browse files
committed
fix: remove print statement in _store.py::add_thread_item
1 parent 2f8eaff commit 49fb763

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adk-chatkit/src/adk_chatkit/_store.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ async def add_thread_item(self, thread_id: str, item: ThreadItem, context: ADKCo
181181

182182
_LOGGER.info(f"Adding thread item to thread {thread_id} for user {context.user_id} in app {context.app_name}")
183183

184-
print(item)
185-
186184
# the widget item is added in a function call so it's ID has the function call id
187185
# we issue a system event to add the widget item in the State keeping the info about which function call added it
188186
# so that it is able to be retrieved later and sequenced

0 commit comments

Comments
 (0)