From 1f11c16aefe71d68605d2cd0ad5da9c016aa3570 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 2 Oct 2023 22:58:44 +0200 Subject: testing profile autoselect --- web/script/player/download.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'web/script/player/download.ts') diff --git a/web/script/player/download.ts b/web/script/player/download.ts index 63085b8..86a899f 100644 --- a/web/script/player/download.ts +++ b/web/script/player/download.ts @@ -22,7 +22,6 @@ export class SegmentDownloader { duration: (dl_body - dl_header) / 1000, size: buf.byteLength } - console.log(m); this.measurements.push(m) this.update_bandwidth() } @@ -35,8 +34,6 @@ export class SegmentDownloader { const total_size = this.measurements.reduce((a, v) => v.size + a, 0) const total_duration = this.measurements.reduce((a, v) => v.duration + a, 0) const average = total_size / total_duration - console.log(total_size, average, this.measurements); - this.bandwidth.value = average } } -- cgit v1.2.3-70-g09d2