From 81839cd119b6476e0abf6d7aa7e0eb269fe852f0 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sat, 25 Jan 2025 07:06:23 +0100 Subject: [PATCH] yeet json logic for now --- rex_client/main.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rex_client/main.go b/rex_client/main.go index 24dbf52..2b06fb5 100644 --- a/rex_client/main.go +++ b/rex_client/main.go @@ -1,7 +1,6 @@ package main import ( - "encoding/json" "fmt" "time" _ "embed" @@ -47,11 +46,6 @@ func main() { {"Deadly Boss Mods"}, } - enc, err := json.MarshalIndent(myList, "", " ") - if err == nil { - println(string(enc)) - } - listContainer := container.NewVBox() for _, item := range myList {