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/") {