Skip to content

Commit

Permalink
chore(api): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Oct 29, 2024
1 parent b1e60ed commit bcf0e40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class DataFeedsExplorer {
feedRepository: new FeedRepository(this.feedsState),
resultRequestRepository: new ResultRequestRepository(db),
}
console.log('legacyFeeds', JSON.stringify(v2Feeds))
this.repositories.feedRepository.setLegacyFeeds(legacyFeeds)
this.repositories.feedRepository.setV2Feeds(v2Feeds)

Expand Down

0 comments on commit bcf0e40

Please sign in to comment.