Skip to content

Commit

Permalink
GitGraph: corrected minor typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
guypursey committed Oct 26, 2023
1 parent dc2fa29 commit 9435aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/git/gitGraphRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ const drawArrow = (svg, commitA, commitB, allCommits) => {
? commitB.branch
: commitA.branch;
const arrowNeedsRerouting = shouldRerouteArrow(commitA, commitB, branchToGetCurve, allCommits);
// log.debug('drawArrow', p1, p2, arrowNeedsReroute, commitA.id, commitB.id);
// log.debug('drawArrow', p1, p2, arrowNeedsRerouting, commitA.id, commitB.id);

// Lower-right quadrant logic; top-left is 0,0

Expand Down

0 comments on commit 9435aa1

Please sign in to comment.