Remove temporary logging code

This commit is contained in:
littlenaut 2019-03-05 09:30:10 +00:00 committed by Josh Harvey
parent 9fd204db9e
commit 7761815b07

View file

@ -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)