Skip to content

Commit e53264c

Browse files
committed
fix: Remove log
1 parent 743b55c commit e53264c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crawlers/chrome-crawler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function crawlExtension(
2222
const { document } = parseHTML(html);
2323

2424
// Uncomment to debug HTML
25-
Bun.write("chrome.html", document.documentElement.outerHTML);
25+
// Bun.write("chrome.html", document.documentElement.outerHTML);
2626

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

0 commit comments

Comments
 (0)