We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb442c commit e2fbe7dCopy full SHA for e2fbe7d
src/html.ts
@@ -455,7 +455,6 @@ export class HTML {
455
setSource($: cheerio.Root, url: string): void {
456
// Append the source url meta
457
$('head').append(`<meta property="wayback:source:url" content="${url}">`);
458
- console.log($('head[name="url"]').attr('content'))
459
}
460
461
async processStyleAttr(node: cheerio.Cheerio, baseURL = ''): Promise<void> {
0 commit comments