From 47e68dfd2f8fb371538ef93baa953aa400c1a171 Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:02:50 +0100 Subject: [PATCH] Remove debug output --- collectors/beegfsstorageMetric.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collectors/beegfsstorageMetric.go b/collectors/beegfsstorageMetric.go index fce22ef..8900519 100644 --- a/collectors/beegfsstorageMetric.go +++ b/collectors/beegfsstorageMetric.go @@ -71,7 +71,7 @@ func (m *BeegfsStorageCollector) Init(config json.RawMessage) error { return err } } - println(m.config.Beegfs) + //create map with possible variables m.matches = make(map[string]string) for _, value := range storageStat_array { @@ -179,7 +179,6 @@ func (m *BeegfsStorageCollector) Read(interval time.Duration, output chan lp.CCM for scanner.Scan() { readLine := scanner.Text() - //fmt.Println(readLine) // Jump few lines, we only want the I/O stats from nodes if !sumLine.MatchString(readLine) { continue