Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Nov 28, 2023
1 parent d908096 commit 55344a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/staking/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const getDelegationInfoRequest = async (
address: string
): Promise<DelegationInfo[]> => {
const res = await provider.doGetGeneric(`accounts/${address}/delegation?size=10000`)
console.log('del', res)

return res.map(
(r: any) =>
({
Expand Down

0 comments on commit 55344a8

Please sign in to comment.