Skip to content

Commit

Permalink
chore: remvoe unnecessary log from dns crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
vashian committed Aug 13, 2024
1 parent 65c3621 commit 1ab8833
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indexer/src/crawlers/dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const DATA = [];

async function crawlDns() {
for (const dns of URLS.dns) {
console.log(dns);
const $ = cheerio.load((await got.get(dns)).body);

const title = $('h1').text();
Expand Down

0 comments on commit 1ab8833

Please sign in to comment.