Hide console.warn
This commit is contained in:
parent
35e9421ae8
commit
4cd8f76d7c
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ export function NewEditor(
|
|||
setEditorState(editorState);
|
||||
setLoaded(true);
|
||||
}, (error) => {
|
||||
console.warn('[NewEditor] Could not fetch resource from API. Using default.', error);
|
||||
console.debug('[NewEditor] Could not fetch resource from API. Using default.', error);
|
||||
setLoaded(true);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue