Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: remove lingering console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Mar 22, 2024
1 parent 06a64b4 commit 90a88a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ app.get('/ar-io/resolver/records/:name', async (req, res) => {
});
return;
}
console.log(resolvedRecordData.toString());
const recordData = JSON.parse(resolvedRecordData.toString());
res.set({
'Cache-Control': `public, max-age=${recordData.ttlSeconds}`,
Expand Down

0 comments on commit 90a88a4

Please sign in to comment.