mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-08-31 10:57:15 +02:00
Remove leftover debug print line
This commit is contained in:
@@ -513,7 +513,6 @@ func (m *LikwidCollector) takeMeasurement(evidx int, evset LikwidEventsetConfig,
|
|||||||
|
|
||||||
// warmup measuring
|
// warmup measuring
|
||||||
if m.warmupDelay > 0 {
|
if m.warmupDelay > 0 {
|
||||||
fmt.Printf("Performing warmup measurement for %s\n", m.warmupDelay)
|
|
||||||
select {
|
select {
|
||||||
case <-sigchan:
|
case <-sigchan:
|
||||||
ret = -1
|
ret = -1
|
||||||
|
|||||||
Reference in New Issue
Block a user