From 0e4ccb217d6412b4bea995a83c6d310f59bb6b04 Mon Sep 17 00:00:00 2001 From: DaInfLoop Date: Tue, 23 Jul 2024 16:27:44 +0100 Subject: [PATCH] remove unnecessary console.logs --- index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.ts b/index.ts index 42a371f..eefd81f 100644 --- a/index.ts +++ b/index.ts @@ -27,8 +27,6 @@ app.event("app_home_opened", async (ctx) => { const frens = getFriends(); const me = frens.find(x => x.nsaId == link.nsaid)!; - console.log(me, frens) - await ctx.client.views.publish({ user_id: ctx.event.user, view: { @@ -235,8 +233,6 @@ app.action('check-synced', async (ctx) => { 'NXAPI_USER_AGENT': USER_AGENT } }); - console.log(stdout.toString()) - const user: NSOUser = JSON.parse(stdout.toString('utf-8').slice()); if (!!friends.find(userA => userA.nsaId == user.nsaId)) {