Skip to content

Commit f09cffe

Browse files
committed
cleanup
1 parent 62358f2 commit f09cffe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/ts/waterfall/row/svg-row-subcomponents.ts

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ function createPushIndicator(rectData: RectData): SVGElement {
129129
* @return {SVGElement} Renerated SVG (rect or g element)
130130
*/
131131
export function createRect(rectData: RectData, entry: WaterfallEntry): SVGElement {
132-
// entry.responseDetails.indicators;
133132
const segments = entry.segments;
134133
const rect = makeBlock(rectData, `time-block ${rectData.cssClass}`);
135134
const rectHolder = svg.newG("rect-holder");

0 commit comments

Comments
 (0)