Skip to content

Commit

Permalink
refactor: remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
otariidae committed Mar 22, 2024
1 parent 9ff2776 commit fd064d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ function buildFeed(entries: Iterable<Entry>) {
});
const tokyoTimeZone = new Temporal.TimeZone("Asia/Tokyo");
for (const entry of entries) {
console.log(entry);
const publishedAtZonedDateTime = entry.publishedAt.toZonedDateTime({
timeZone: tokyoTimeZone,
});
Expand Down

0 comments on commit fd064d4

Please sign in to comment.