Chore: No need to warn about falling back to the default font

pull/6765/head
Laurent Cozic 2022-08-18 11:42:48 +01:00
parent 8d66322c94
commit b4aa418276
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ function editorFont(fontId) {
[Setting.FONT_MONOSPACE]: 'monospace',
};
if (!fontId) {
console.warn('Editor font not set! Falling back to default font."');
// console.warn('Editor font not set! Falling back to default font."');
fontId = Setting.FONT_DEFAULT;
}
return fonts[fontId];