From 41f358c2797c96c9ae8260a086b6edc12606a14a Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 4 Mar 2024 20:26:52 +0300 Subject: [PATCH] debug-logs- --- index.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.mjs b/index.mjs index 1ee8763..9e4626b 100644 --- a/index.mjs +++ b/index.mjs @@ -64,7 +64,7 @@ const server = Server.configure({ }) .then(res => res.json()) .then(({ data }) => { - console.debug(data) + // console.debug(data) const { id: author_id } = data.get_author_id if (author_id) { fetch('https://core.discours.io/', { @@ -83,7 +83,7 @@ const server = Server.configure({ }) .then(res => res.json()) .then(({data}) => { - console.debug('shout data:', data) + // console.debug('shout data:', data) const { authors } = data.get_shout; if (authors.some(author => author.id === author_id)) { return resolve({