diff --git a/src/ui/components/AssistantManager.tsx b/src/ui/components/AssistantManager.tsx index 891dcc2..51fc064 100644 --- a/src/ui/components/AssistantManager.tsx +++ b/src/ui/components/AssistantManager.tsx @@ -70,10 +70,6 @@ const AssistantManager = ({ app.metadataCache.getBacklinksForFile(openFile) .data, ).map((file) => file); - console.log( - 'file metadata cache', - app.metadataCache.getCache(openFile.path)?.links, - ); const currentFile = openFile.path; const filesToUpload = new Set([ currentFile, diff --git a/src/ui/components/Chatbox.tsx b/src/ui/components/Chatbox.tsx index a0f6e1d..df23417 100644 --- a/src/ui/components/Chatbox.tsx +++ b/src/ui/components/Chatbox.tsx @@ -110,11 +110,6 @@ const Chatbox = ({ annotationFiles, isResponding, messages }: ChatboxProps) => { const handleAnnotationClick = () => { // open new tab and then navigate to fil - console.log( - 'handleAnnotationClick', - app, - fileName, - ); if (app && fileName) { const file = app.vault.getAbstractFileByPath(