From 30c8bb2d94791dad2e81cee2acef7c3f96165152 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Mon, 5 Apr 2021 12:14:41 +0100 Subject: [PATCH] REF --- controllers/api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/api.js b/controllers/api.js index 4072f2d..3714843 100644 --- a/controllers/api.js +++ b/controllers/api.js @@ -505,7 +505,6 @@ router.get('/getchaninfo/:chanid', async function (req, res) { if (lightningDescribeGraph && lightningDescribeGraph.edges) { for (const edge of lightningDescribeGraph.edges) { - console.log('edge.channel_id = ' + edge.channel_id); if (edge.channel_id == req.params.chanid) { return res.send(JSON.stringify(edge, null, 2)); }