diff --git a/static/js/graph.js b/static/js/graph.js index e784194..42c2543 100644 --- a/static/js/graph.js +++ b/static/js/graph.js @@ -126,9 +126,6 @@ const GitGraph = { // Draw commit nodes this._drawNodes(g, nodeMap, lanes); - // Draw branch labels on the right side - this._drawBranchLabels(g, nodeMap, this._laneBranchMap, laneWidth, maxLane); - // Draw legend in top-right corner const svgWidth = Math.max(width, graphWidth); this._drawLegend(svg, this._laneBranchMap, svgWidth);