diff --git a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx index 1a9da51f..30cefbb3 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx @@ -1292,8 +1292,6 @@ const ChatBubble = ({ chatMessage, isLoading, messageIdx }: ChatBubbleProps) => const role = chatMessage.role - console.log('ROLE', role) - if (role === 'user') { return toAnthropicTool(tool)) : undefined