From ba88779e4187058ec808372582d1e91a22274dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Tetsing?= Date: Wed, 20 Mar 2024 10:20:12 +0100 Subject: [PATCH] removed Solcoder done --- apps/remix-ide/src/app/plugins/solcoderAI.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/remix-ide/src/app/plugins/solcoderAI.tsx b/apps/remix-ide/src/app/plugins/solcoderAI.tsx index 8eccbeebd6..794572612f 100644 --- a/apps/remix-ide/src/app/plugins/solcoderAI.tsx +++ b/apps/remix-ide/src/app/plugins/solcoderAI.tsx @@ -56,7 +56,6 @@ export class SolCoder extends Plugin { return }finally { this.emit("aiInferingDone") - this.call('terminal', 'log', { type: 'typewriterwarning', value: 'Code Generation: Done'}) } } @@ -81,7 +80,6 @@ export class SolCoder extends Plugin { return }finally { this.emit("aiInferingDone") - this.call('terminal', 'log', { type: 'typewriterwarning', value: 'Solcoder: Done'}) } if (result) { this.call('terminal', 'log', { type: 'typewriterwarning', value: result.data[0]}) @@ -116,7 +114,6 @@ export class SolCoder extends Plugin { return }finally { this.emit("aiInferingDone") - this.call('terminal', 'log', { type: 'typewriterwarning', value: 'Explaining: Done'}) } }