Skip to content

Commit

Permalink
feat: remove query logs
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Jan 31, 2024
1 parent 070e4e4 commit 293054d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ports/catalog/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export async function createCatalogComponent(
}
}
const query = getCatalogQuery(reducedSchemas, filters)
console.log('query: ', query.text)
console.log('query: ', query.values)
const results = await client.query<CollectionsItemDBResult>(query)
catalogItems = results.rows.map(res => fromCollectionsItemDbResultToCatalogItem(res, network))
total = results.rows[0]?.total ?? results.rows[0]?.total_rows ?? 0
Expand Down

0 comments on commit 293054d

Please sign in to comment.