Skip to content

Commit

Permalink
fix: removed feed log for privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
ravgeetdhillon committed Mar 19, 2022
1 parent ea40770 commit e714915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default async function getNewFeedItems() {

for (let i = 0; i < feeds.length; i++) {
const { feedUrl } = feeds[i];
console.log(`Fetching feed items from ${feedUrl}`);
const feedItems = await getNewFeedItemsFrom(feedUrl);
allNewFeedItems = [...allNewFeedItems, ...feedItems];
}
Expand Down

0 comments on commit e714915

Please sign in to comment.