diff --git a/src/telegram.ts b/src/telegram.ts index a6f37c9..ce589ed 100644 --- a/src/telegram.ts +++ b/src/telegram.ts @@ -62,8 +62,7 @@ bot.command("delete", botHandler(async ctx => { })); bot.on("callback_query", botHandler(async ctx => { - Logging.info("Callback Query:"); - Logging.info(ctx.callbackQuery); + Logging.info("Callback Query received"); const remove_options = () => { ctx.editMessageReplyMarkup({