Skip to content

Commit 26aee1f

Browse files
committed
remove stray debug statements
1 parent 32160c0 commit 26aee1f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

api/resolvers/item.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,8 +1318,6 @@ export default {
13181318
}
13191319
}
13201320

1321-
console.log('comments', item.ncomments)
1322-
13231321
return comments(me, models, item, sort || defaultCommentSort(item.pinId, item.bioId, item.createdAt), cursor)
13241322
},
13251323
freedFreebie: async (item) => {

components/pay-bounty.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export default function PayBounty ({ children, item }) {
5555
const hasSendWallet = useHasSendWallet()
5656

5757
const variables = { id: item.id, sats: root.bounty, act: 'TIP', hasSendWallet }
58-
console.log('payBounty', item.path)
5958
const act = useAct({
6059
variables,
6160
optimisticResponse: { payInType: 'ZAP', mcost: satsToMsats(root.bounty), payerPrivates: { result: { path: item.path, id: item.id, sats: root.bounty, act: 'TIP', __typename: 'ItemAct' } } },

0 commit comments

Comments
 (0)