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 bbfdf5e commit 13cec16Copy full SHA for 13cec16
apps/remix-ide/src/app/plugins/solcoderAI.tsx
@@ -81,7 +81,6 @@ export class SolCoder extends Plugin {
81
let result
82
try {
83
const main_prompt = this._build_solgpt_promt(prompt)
84
- console.log(main_prompt.length)
85
result = await(
86
await fetch(this.api_url, {
87
method: 'POST',
0 commit comments