summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/cmd
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-10 18:10:30 -0400
committerDax Raad <[email protected]>2025-06-10 18:10:30 -0400
commit49110f7412c6d79743dd1613c6d066a735ff83a3 (patch)
tree6a7dc4323f74e9854f49f56d7378f77f2d0e55a6 /packages/tui/cmd
parent14dcf43246fa3a80018a0606a70271faa6fe143a (diff)
downloadopencode-49110f7412c6d79743dd1613c6d066a735ff83a3.tar.gz
opencode-49110f7412c6d79743dd1613c6d066a735ff83a3.zip
sync
Diffstat (limited to 'packages/tui/cmd')
-rw-r--r--packages/tui/cmd/opencode/main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/tui/cmd/opencode/main.go b/packages/tui/cmd/opencode/main.go
index 7a64e3fe0..d6c4d3b0e 100644
--- a/packages/tui/cmd/opencode/main.go
+++ b/packages/tui/cmd/opencode/main.go
@@ -2,7 +2,6 @@ package main
import (
"context"
- "fmt"
"log/slog"
"os"
"path/filepath"
@@ -20,7 +19,6 @@ import (
var Version = "dev"
func main() {
- fmt.Println(Version)
url := os.Getenv("OPENCODE_SERVER")
httpClient, err := client.NewClientWithResponses(url)
if err != nil {