Browse Source

Remove log message

pull/2817/head
Gabe Kangas 2 years ago
parent
commit
3262698631
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 1
      web/services/video-settings-service.ts

1
web/services/video-settings-service.ts

@ -24,7 +24,6 @@ class VideoSettingsService { @@ -24,7 +24,6 @@ class VideoSettingsService {
try {
const response = await fetch(VideoSettingsService.VIDEO_CONFIG_URL);
qualities = await response.json();
console.log(qualities);
} catch (e) {
console.error(e);
}

Loading…
Cancel
Save