Skip to content

Commit

Permalink
Remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Oct 30, 2020
1 parent ceb442c commit e2fbe7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ export class HTML {
setSource($: cheerio.Root, url: string): void {
// Append the source url meta
$('head').append(`<meta property="wayback:source:url" content="${url}">`);
console.log($('head[name="url"]').attr('content'))
}

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

0 comments on commit e2fbe7d

Please sign in to comment.