Skip to content

Commit

Permalink
fix(): remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Jiang committed Nov 15, 2018
1 parent bcc6bdb commit 5704e0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rewards.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ async function submit(opts) {
})

const { contract: proxyContract, ctx: ctx2 } = await contract.get(afsAbi, proxy)
console.log('before send tx')
receipt = await new Promise((resolve, reject) => {
const r = tx.sendSignedTransaction(submitTx)
proxyContract.events.BudgetSubmitted({ fromBlock: 'latest' })
Expand All @@ -160,7 +159,6 @@ async function submit(opts) {
})
.on('error', log => reject(log))
})
console.log('after send tx')
ctx2.close()
ctx1.close()
if (receipt.status) {
Expand Down

0 comments on commit 5704e0d

Please sign in to comment.