Remove log message
This commit is contained in:
@@ -24,7 +24,6 @@ class VideoSettingsService {
|
|||||||
try {
|
try {
|
||||||
const response = await fetch(VideoSettingsService.VIDEO_CONFIG_URL);
|
const response = await fetch(VideoSettingsService.VIDEO_CONFIG_URL);
|
||||||
qualities = await response.json();
|
qualities = await response.json();
|
||||||
console.log(qualities);
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user