Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
micmro committed Apr 1, 2018
1 parent 62358f2 commit f09cffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ts/waterfall/row/svg-row-subcomponents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ function createPushIndicator(rectData: RectData): SVGElement {
* @return {SVGElement} Renerated SVG (rect or g element)
*/
export function createRect(rectData: RectData, entry: WaterfallEntry): SVGElement {
// entry.responseDetails.indicators;
const segments = entry.segments;
const rect = makeBlock(rectData, `time-block ${rectData.cssClass}`);
const rectHolder = svg.newG("rect-holder");
Expand Down

0 comments on commit f09cffe

Please sign in to comment.