Skip to content

Commit

Permalink
feat: removed hi from console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhkeshan committed Aug 30, 2023
1 parent c07c5ed commit 962d3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web3Wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports.contractExploitListener = function contractExploitListener () {
}
res.status(200).json({ success: true, message: 'Event Listener Created' })
} catch (error) {
console.log('hi', error)
console.log(error)
res.status(500).json(utils.get(error))
}
}
Expand Down

0 comments on commit 962d3da

Please sign in to comment.