Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
fegloff committed Mar 14, 2024
1 parent 9d70e31 commit c30cbac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/llms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit c30cbac

Please sign in to comment.