diff --git a/vscode/webviews/tabs/HistoryTab.tsx b/vscode/webviews/tabs/HistoryTab.tsx index 3a8b792d7d7a..e344fe95d519 100644 --- a/vscode/webviews/tabs/HistoryTab.tsx +++ b/vscode/webviews/tabs/HistoryTab.tsx @@ -77,7 +77,6 @@ export const HistoryTabWithData: React.FC< if (!searchTerm) { return nonEmptyChats } - console.log(searchTerm) //return the chats from nonEmptyChats where the humange messages contain the search term return nonEmptyChats.filter(chat => { return chat.interactions.some(c => {