Browse Source

ci: ignore

Dax Raad 6 months ago
parent
commit
cd58f10e3c
1 changed files with 0 additions and 1 deletions
  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 stdout = await stdoutPromise
     const stderr = await stderrPromise
     const stderr = await stderrPromise
-    console.log({ stderr, stdout })
 
 
     return {
     return {
       title: params.command,
       title: params.command,