remove console logs

This commit is contained in:
ransurf 2023-12-04 21:54:37 -08:00
parent 2e978d264b
commit 980e92d08a
2 changed files with 0 additions and 9 deletions

View File

@ -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,

View File

@ -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(