Skip to content

Commit

Permalink
fix(backend): remove unnecessary log line
Browse files Browse the repository at this point in the history
Co-authored-by: Max Kurapov <max@interledger.org>
  • Loading branch information
golobitch and mkurapov authored Apr 11, 2024
1 parent 455b5ab commit f3f193d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/graphql/resolvers/walletAddressKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const getWalletAddressKeys: WalletAddressResolvers<ApolloContext>['wallet
const { ...pagination } = args

const walletAddressKeys = await getPageFn(pagination)
ctx.logger.info({ walletAddressKeys }, 'got walletAddressKeys')
const pageInfo = await getPageInfo({
getPage: (pagination_: Pagination) => getPageFn(pagination_),
page: walletAddressKeys
Expand Down

0 comments on commit f3f193d

Please sign in to comment.