From 29c92cd33bae872cf744185363a3d8a5b41256ee Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 20 Oct 2023 11:46:12 +0200 Subject: [PATCH] remove debug output --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index ee1874c..61d6b27 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -91,7 +91,7 @@ func updateServers(host string, store steamServer.Store) { return } - log.Printf("%s - %s\n", host, info.Name) + // log.Printf("%s - %s\n", host, info.Name) // Some Servers use workshop maps and add a prefix, we don't need that if strings.HasPrefix(info.Map, "workshop/") {