Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 6, 2024
1 parent 180f0b2 commit 7556113
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/writer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class FSWriter implements Writer {
}

const filename = posix.join(this.dest, outputPath);
console.log(page.data.url, page.src);
const id = this.caseSensitiveUrls ? filename : filename.toLowerCase();
const hash = await sha1(content);
const previous = this.#outputs.get(id);
Expand Down

0 comments on commit 7556113

Please sign in to comment.