remove logging, remove forced change to node scope

This commit is contained in:
Christoph Kluge
2024-09-03 13:10:44 +02:00
parent 275a77807e
commit 4b1b34d8a7
2 changed files with 3 additions and 10 deletions

View File

@@ -117,13 +117,6 @@
selectedScopes = [...scopes, "socket", "core", "accelerator"]
}
if ((selectedResolution !== pendingResolution) && selectedScopes.length >= 2) {
selectedScope = String("node")
selectedScopes = ["node"]
// Instead of adding acc to load-all: always add by default if native is acc
// selectedScopes = nativeScope == "accelerator" ? ["node", "accelerator"] : ["node"]
}
selectedResolution = Number(pendingResolution)
metricData = queryStore({