rm unused log

This commit is contained in:
Olivier Gagnon 2021-09-26 21:38:21 -04:00
parent d6584386ff
commit 498a204c88

@ -33,7 +33,6 @@ declare module "@mui/material/styles" {
let theme: Theme; let theme: Theme;
export function refreshTheme(): void { export function refreshTheme(): void {
console.log(Settings.theme.disabled);
theme = createTheme({ theme = createTheme({
colors: { colors: {
hp: Settings.theme.hp, hp: Settings.theme.hp,
@ -75,7 +74,6 @@ export function refreshTheme(): void {
paper: Settings.theme.well, paper: Settings.theme.well,
}, },
action: { action: {
disabledBackground: Settings.theme.disabled,
disabled: Settings.theme.disabled, disabled: Settings.theme.disabled,
}, },
}, },