We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ae439 commit fffc496Copy full SHA for fffc496
1 file changed
packages/opencode/src/cli/cmd/tui/app.tsx
@@ -135,9 +135,7 @@ export function tui(input: {
135
await TuiPluginRuntime.dispose()
136
}
137
138
- console.log("starting renderer")
139
const renderer = await createCliRenderer(rendererConfig(input.config))
140
- console.log("renderer started")
141
142
await render(() => {
143
return (
0 commit comments