mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-25 23:19:06 +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()
|
||||
complete := make(map[MetricScope]map[int]int)
|
||||
for _, s := range scopes {
|
||||
cclog.Debug("Start ", s)
|
||||
complete[s] = get_cpus(s)
|
||||
cclog.Debug("End ", s)
|
||||
}
|
||||
return complete
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user