mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-26 07:29:04 +01:00
Remove debugging artifacts
This commit is contained in:
parent
e59852be03
commit
2806b1e7cc
@ -243,9 +243,7 @@ func (m *LikwidCollector) getResponsiblities() map[MetricScope]map[int]int {
|
|||||||
scopes := GetAllMetricScopes()
|
scopes := GetAllMetricScopes()
|
||||||
complete := make(map[MetricScope]map[int]int)
|
complete := make(map[MetricScope]map[int]int)
|
||||||
for _, s := range scopes {
|
for _, s := range scopes {
|
||||||
cclog.Debug("Start ", s)
|
|
||||||
complete[s] = get_cpus(s)
|
complete[s] = get_cpus(s)
|
||||||
cclog.Debug("End ", s)
|
|
||||||
}
|
}
|
||||||
return complete
|
return complete
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user