We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a626958 commit e877a27Copy full SHA for e877a27
src/Frontend/src/stores/SagaDiagramStore.ts
@@ -60,7 +60,6 @@ export const useSagaDiagramStore = defineStore("SagaDiagramStore", () => {
60
error.value = "Failed to fetch saga history";
61
} else {
62
const data = await response.json();
63
- console.log("Saga history data for" + id, data);
64
sagaHistory.value = data;
65
}
66
} catch (e) {
0 commit comments