Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
STetsing authored and Aniket-Engg committed May 22, 2024
1 parent bbfdf5e commit 13cec16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/remix-ide/src/app/plugins/solcoderAI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export class SolCoder extends Plugin {
let result
try {
const main_prompt = this._build_solgpt_promt(prompt)
console.log(main_prompt.length)
result = await(
await fetch(this.api_url, {
method: 'POST',
Expand Down

0 comments on commit 13cec16

Please sign in to comment.