Dax Raad 6 luni în urmă
părinte
comite
cd58f10e3c
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      packages/opencode/src/tool/bash.ts

+ 0 - 1
packages/opencode/src/tool/bash.ts

@@ -136,7 +136,6 @@ export const BashTool = Tool.define("bash", {
 
     const stdout = await stdoutPromise
     const stderr = await stderrPromise
-    console.log({ stderr, stdout })
 
     return {
       title: params.command,