removed status page code, provided by api now

This commit is contained in:
2023-12-17 21:02:44 +01:00
parent 1c1f1fba17
commit 352ce97b88
6 changed files with 4 additions and 226 deletions

View File

@@ -120,7 +120,6 @@ func main() {
go func() {
_ = buildManager.syncWorker(ctx)
}()
go buildManager.htmlWorker(ctx)
killLoop:
for {