Remove logs
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2023-04-26 19:48:59 +02:00
parent 7647399159
commit a2a352efe0

View File

@ -62,8 +62,7 @@ bot.command("delete", botHandler(async ctx => {
})); }));
bot.on("callback_query", botHandler(async ctx => { bot.on("callback_query", botHandler(async ctx => {
Logging.info("Callback Query:"); Logging.info("Callback Query received");
Logging.info(ctx.callbackQuery);
const remove_options = () => { const remove_options = () => {
ctx.editMessageReplyMarkup({ ctx.editMessageReplyMarkup({