1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: removes healthcheck analytics

This commit is contained in:
Amir Raminfar
2024-08-13 13:06:52 -07:00
parent aacf0474e4
commit 37f0249065

View File

@@ -75,7 +75,6 @@ func main() {
os.Remove(tempFile.Name())
case *cli.HealthcheckCmd:
go cli.StartEvent(args, "", nil, "healthcheck")
files, err := os.ReadDir(".")
if err != nil {
log.Fatalf("Failed to read directory: %v", err)