Skip to content

Commit

Permalink
fix(index.ts): remove console.log statement to clean up output and av…
Browse files Browse the repository at this point in the history
…oid unnecessary logging
  • Loading branch information
0xJord4n committed Dec 24, 2024
1 parent d1fc0fa commit b64c1b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if (!parsedInput.success) {

runAction(parsedInput.data)
.then((result) => {
console.log(result);
setOutput("text", result.text);
setOutput("usage", result.usage);
setOutput("finishReason", result.finishReason);
Expand Down

0 comments on commit b64c1b7

Please sign in to comment.