remove dev logging

This commit is contained in:
Christoph Kluge 2024-10-08 17:32:51 +02:00
parent 4eff87bbf7
commit 1adc741cc2

View File

@ -70,8 +70,6 @@
...new Set([...metricsInHistograms, ...metricsInScatterplots.flat()]), ...new Set([...metricsInHistograms, ...metricsInScatterplots.flat()]),
]; ];
$: console.log(">>> CLUSTER", cluster)
const sortOptions = [ const sortOptions = [
{ key: "totalWalltime", label: "Walltime" }, { key: "totalWalltime", label: "Walltime" },
{ key: "totalNodeHours", label: "Node Hours" }, { key: "totalNodeHours", label: "Node Hours" },