remove debug print

This commit is contained in:
2026-06-26 10:07:42 +02:00
parent d2a0812579
commit e3aa50af37

View File

@@ -28,7 +28,6 @@ import (
"codeberg.org/scip/esctl/pkg/cfg"
"codeberg.org/scip/esctl/pkg/printer"
"github.com/alecthomas/repr"
"github.com/elastic/go-elasticsearch/v9/typedapi/cat/indices"
"github.com/elastic/go-elasticsearch/v9/typedapi/esdsl"
"github.com/elastic/go-elasticsearch/v9/typedapi/types/enums/healthstatus"
@@ -133,7 +132,6 @@ func IndexShow(conf *cfg.Config, indexpattern string) error {
}
slog.Debug("index show", "index", res)
repr.Println(res)
for name, index := range res {
fields := make([]string, len(index.Mappings.Properties))