remove debug output
continuous-integration/drone Build was killed Details

This commit is contained in:
Philipp 2023-10-20 11:46:12 +02:00 committed by Gitea
parent efd02af05e
commit 29c92cd33b
Signed by: Gitea
GPG Key ID: 5A09F9506519E10A
1 changed files with 1 additions and 1 deletions

View File

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