Skip to content

Commit

Permalink
Merge pull request #82 from decentraland/feat/remove-logs
Browse files Browse the repository at this point in the history
feat: remove query logs
  • Loading branch information
juanmahidalgo authored Jan 31, 2024
2 parents 070e4e4 + 293054d commit 67a8e04
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 67a8e04

Please sign in to comment.