Skip to content

Commit e877a27

Browse files
soujaycquirosj
andauthored
Update src/Frontend/src/stores/SagaDiagramStore.ts
Co-authored-by: Christian <[email protected]>
1 parent a626958 commit e877a27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Frontend/src/stores/SagaDiagramStore.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export const useSagaDiagramStore = defineStore("SagaDiagramStore", () => {
6060
error.value = "Failed to fetch saga history";
6161
} else {
6262
const data = await response.json();
63-
console.log("Saga history data for" + id, data);
6463
sagaHistory.value = data;
6564
}
6665
} catch (e) {

0 commit comments

Comments
 (0)