Skip to content

Commit

Permalink
cleanup outdated code
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster87 committed Aug 20, 2024
1 parent 599a364 commit e74e506
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions web/frontend/src/Job.root.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,6 @@
variables: { dbid, selectedMetrics, selectedScopes },
});
// function loadAllScopes() {
// selectedScopes = [...selectedScopes, "socket", "core"]
// jobMetrics = queryStore({
// client: client,
// query: query,
// variables: { dbid, selectedMetrics, selectedScopes},
// });
// }
// Handle Job Query on Init -> is not executed anymore
getContext("on-init")(() => {
let job = $initq.data.job;
Expand Down

0 comments on commit e74e506

Please sign in to comment.