Skip to content

Commit 7935d5e

Browse files
authored
Remove logs (#214)
1 parent abba378 commit 7935d5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/session-statistics/session-time-statistics/session-time-statistics.component.ts

-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ export class SessionTimeStatisticsComponent implements OnInit {
230230
(median) => median / 1000
231231
);
232232

233-
console.log(this.stepDurationsArray);
234-
235233
// Final processing step
236234
this.processData();
237235
}

0 commit comments

Comments
 (0)