We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7cb79 commit c926a21Copy full SHA for c926a21
libs/remix-ai-core/src/agents/contractAgent.ts
@@ -108,7 +108,6 @@ export class ContractAgent {
108
} catch (error) {
109
this.deleteWorkspace(this.workspaceName )
110
this.nAttempts = 0
111
- console.error('Error writing contracts:', error)
112
await this.plugin.call('filePanel', 'switchToWorkspace', currentWorkspace)
113
return "Failed to generate secure code on user prompt! Please try again with a different prompt."
114
} finally {
0 commit comments