From 8a7c92d98a95768cd3ab286c034b9755bef18c1f Mon Sep 17 00:00:00 2001 From: serotonie <68992449+serotonie@users.noreply.github.com> Date: Fri, 12 Aug 2022 22:30:24 +0200 Subject: [PATCH] unclutter the logs --- oauth2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2.js b/oauth2.js index 66da7a1..a039665 100644 --- a/oauth2.js +++ b/oauth2.js @@ -120,7 +120,7 @@ module.exports = function (RED) { msg[node.container] = JSON.parse(JSON.stringify(error)); node.status({ fill: "red", shape: "dot", text: `ERR ${error.code}` }); } else { - console.log(response); + //console.log(response); msg[node.container] = JSON.parse(response.body ? response.body : JSON.stringify("{}")); if (response.statusCode === 200) { node.status({