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'}) } }