remove console.log

This commit is contained in:
Davor 2022-08-05 20:22:34 +02:00
parent af4189e3b9
commit 51f9f198f4

View file

@ -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);
}
};