Remove log message
This commit is contained in:
parent
7e7be00b12
commit
3262698631
@ -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…
Reference in New Issue
Block a user