Remove log message

This commit is contained in:
Gabe Kangas 2023-03-13 13:08:37 -07:00
parent 7e7be00b12
commit 3262698631
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -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);
}