Skip to content

Commit

Permalink
fix: Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Oct 23, 2024
1 parent 743b55c commit e53264c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crawlers/chrome-crawler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function crawlExtension(
const { document } = parseHTML(html);

// Uncomment to debug HTML
Bun.write("chrome.html", document.documentElement.outerHTML);
// Bun.write("chrome.html", document.documentElement.outerHTML);

// Basic metadata
const name = metaContent(document, "property=og:title")?.replace(
Expand Down

0 comments on commit e53264c

Please sign in to comment.