Skip to content

Commit 2951acd

Browse files
committed
fix: remove old debug logs
1 parent 95dc5ed commit 2951acd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ export default class ThumbnailPlugin extends Plugin {
4040

4141
let files = getFiles(this.app, base);
4242
for (const file of files) {
43-
console.debug(file);
4443
if (file instanceof TFile) {
45-
console.debug(height, width)
4644
let path = await generate(this.app, this, file, height, width);
4745
if (typeof path === "string") {
4846
await this.app.fileManager.processFrontMatter(file, (frontmatter: Record<string, unknown>) => {

0 commit comments

Comments
 (0)