remove console.log
This commit is contained in:
parent
af4189e3b9
commit
51f9f198f4
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ export const AdvancedTab = () => {
|
|||
yaml.load(code);
|
||||
showToast('Configuration is valid!', ToastType.Success);
|
||||
} catch (e: any) {
|
||||
console.log('e', e);
|
||||
showToast(`Configuration is not valid: ${e.message}`, ToastType.Error, Infinity);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue