change: removed dev logging

This commit is contained in:
Julian Krauser 2025-01-12 11:43:10 +01:00
parent 3f3aa040d9
commit 52a35be6c5
4 changed files with 1 additions and 5 deletions

View file

@ -38,7 +38,6 @@ export const useProtocolDecisionStore = defineStore("protocolDecision", {
this.loading = "fetched";
})
.catch((err) => {
console.log(err);
this.loading = "failed";
});
},