mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Update packages/mermaid/src/diagrams/git/gitGraphAst.ts
Co-authored-by: Sidharth Vinod <github@sidharth.dev>
This commit is contained in:
parent
ef25160b8e
commit
f30085c47e
@ -231,7 +231,6 @@ export const merge = (
|
||||
state.records.head = commit;
|
||||
state.records.commits.set(commit.id, commit);
|
||||
state.records.branches.set(state.records.currBranch, commit.id);
|
||||
// }
|
||||
log.debug(state.records.branches);
|
||||
log.debug('in mergeBranch');
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user