Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rrhyne committed Jan 31, 2025
1 parent 19b37fe commit ab8a3b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vscode/webviews/tabs/HistoryTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit ab8a3b0

Please sign in to comment.