remove useless log

This commit is contained in:
hatim boufnichel 2020-08-17 18:46:15 +02:00
parent 42ee5f1a90
commit 3d59d22323

View file

@ -1433,7 +1433,6 @@ module.exports = async (
// this is the recommended value from lightning labs
let paymentRequest = {}
const { keysend, maxParts = 3, timeoutSeconds = 5, feeLimit } = req.body
logger.error('FEE LIMIT', feeLimit)
if (!feeLimit) {
return res.status(500).json({
errorMessage: 'please provide a "feeLimit" to the send payment request'