Update packages/mermaid/src/diagrams/git/gitGraphAst.ts

Co-authored-by: Sidharth Vinod <github@sidharth.dev>
This commit is contained in:
Austin-Fulbright 2024-07-27 04:06:43 -04:00 committed by GitHub
parent ef25160b8e
commit f30085c47e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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');
};