GitGraph: corrected minor typo in comment.

This commit is contained in:
Guy Pursey 2023-10-26 19:11:22 +01:00
parent f7d83e2cda
commit 31a8e040fa
1 changed files with 1 additions and 1 deletions

View File

@ -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