Skip to content

Commit e2fbe7d

Browse files
committed
Remove console
1 parent ceb442c commit e2fbe7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/html.ts

-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ export class HTML {
455455
setSource($: cheerio.Root, url: string): void {
456456
// Append the source url meta
457457
$('head').append(`<meta property="wayback:source:url" content="${url}">`);
458-
console.log($('head[name="url"]').attr('content'))
459458
}
460459

461460
async processStyleAttr(node: cheerio.Cheerio, baseURL = ''): Promise<void> {

0 commit comments

Comments
 (0)