diff --git a/main.go b/main.go index 1eb87b5..168a012 100644 --- a/main.go +++ b/main.go @@ -232,14 +232,6 @@ func main() { log.Println("Chunk consumer stopped") wg.Done() }() - // go func() { - // if loadedConfig.Reconstructor.Listen == "" { - // log.Println("Not starting reconstructor because listen address is empty") - // return - // } - // log.Println("Starting reconstructor") - // viewer.StartReconstructor(storages, &loadedConfig.Reconstructor) - // }() wg.Add(1) go func() { ic = imagecache.NewImageCache(log.Default(), cfg.SubTree("imageCache"), ctx)