From c30cbac0f81055c671fefd2ef90d34f3e426534b Mon Sep 17 00:00:00 2001 From: fegloff Date: Thu, 14 Mar 2024 17:12:17 -0500 Subject: [PATCH] clean code --- src/modules/llms/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/llms/index.ts b/src/modules/llms/index.ts index ae8a1767..dccba493 100644 --- a/src/modules/llms/index.ts +++ b/src/modules/llms/index.ts @@ -693,8 +693,6 @@ export class LlmsBot implements PayableBot { await this.onNotBalanceMessage(ctx) } } catch (e: any) { - console.log('HERE FCO') - ctx.chatAction = null ctx.session.llms.chatConversation = [] await this.onError(ctx, e) }