From 36eb3e397cba5956c18b1b3c26c498ba0c1e8c15 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 4 Mar 2024 19:04:40 +0300 Subject: [PATCH] less-logs-2 --- index.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.mjs b/index.mjs index 22ba208..83cb788 100644 --- a/index.mjs +++ b/index.mjs @@ -17,7 +17,7 @@ const server = Server.configure({ connection.requiresAuthentication = true; }, onAuthenticate(data) { - console.debug(data) + // console.debug(data) if (!data.requestHeaders) { console.error('Request headers not found'); return null; @@ -53,7 +53,7 @@ const server = Server.configure({ } authorizer.getProfile(params).then((r) => { - // console.debug(r) + console.debug(r) const { profile: author } = r.data.app_data const author_id = author.get('id') if(author_id) {