Remove temporary logging code
This commit is contained in:
parent
9fd204db9e
commit
7761815b07
1 changed files with 0 additions and 1 deletions
|
|
@ -159,7 +159,6 @@ function createWallet (req, res, next) {
|
|||
const pi = plugins(req.settings, req.deviceId)
|
||||
pi.newAddress(req.tx)
|
||||
.then(addr => {
|
||||
console.log(JSON.stringify(addr))
|
||||
respond(req, res, addr)
|
||||
})
|
||||
.catch(next)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue