Skip to content

Commit

Permalink
refactor: remove unnecessatary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed May 4, 2024
1 parent 7c16e24 commit d1e861c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/conversion/file_path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ function createImagePath(file: TFile,
const dest = override.destination.replace("{{name}}", fileName);
filePath = regex ? normalizePath(filePath.replace(regex, dest)) : normalizePath(filePath.replace(override.path, dest));
}
logs({settings}, `Overridden path for ${fileName} : ${filePath}`);
result.path = filePath;
}
else if (defaultImageFolder.length > 0) {
Expand Down

0 comments on commit d1e861c

Please sign in to comment.