Skip to content

Commit b4418c7

Browse files
Update PerformanceVisx.tsx
1 parent 15c40fd commit b4418c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/components/StateRoute/PerformanceVisx/PerformanceVisx.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ const getPerfMetrics = (snapshots, snapshotsIds): PerfData => {
155155
const seriesArr: Series[] = project === null ? [] : JSON.parse(project);
156156
const actionsArr = [];
157157

158-
console.log("Project:", project)
159-
console.log('seriesArr:', seriesArr)
160-
161158
if (seriesArr.length) {
162159
for (let i = 0; i < seriesArr.length; i += 1) {
163160
for (const actionObj of seriesArr[i].data.barStack) {

0 commit comments

Comments
 (0)