Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 15, 2022
1 parent 550f4ec commit 75463a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions routes/api/feeds/_feed/get-feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ export async function getFeed (fastify, opts) {
fetch first row only;
`

console.log({
episodesQuery,
feedQuery
})

const [episodesResults, feedResults] = await Promise.all([
fastify.pg.query(episodesQuery),
fastify.pg.query(feedQuery)
Expand Down

0 comments on commit 75463a8

Please sign in to comment.