Skip to content

Commit

Permalink
update: remove additional test funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
mabasian committed Sep 30, 2024
1 parent e2ad299 commit 6093f1e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ const controlStore = useControlStore();
const serviceStore = useServices();
const footerStore = useFooter();
const test = (item) => {
console.log(item);
};
const totalDisk = computed(() => controlStore.totalDisk);
const storagestatus = computed(() => {
Expand Down

0 comments on commit 6093f1e

Please sign in to comment.