From db334106759b23f760d546ce9aa48be424e6f118 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 2 May 2024 09:12:47 +0300 Subject: [PATCH] lesslog --- resolvers/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resolvers/editor.py b/resolvers/editor.py index 9135c42a..04f0c23f 100644 --- a/resolvers/editor.py +++ b/resolvers/editor.py @@ -67,7 +67,7 @@ async def get_shouts_drafts(_, info): author_dict = info.context.get("author") if not author_dict: logger.error("trying to get drafts failed") - logger.debug(info) + # logger.debug(info) return [] author_id = author_dict.get("id") shouts = []