mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
rm unused log
This commit is contained in:
parent
d6584386ff
commit
498a204c88
@ -33,7 +33,6 @@ declare module "@mui/material/styles" {
|
||||
let theme: Theme;
|
||||
|
||||
export function refreshTheme(): void {
|
||||
console.log(Settings.theme.disabled);
|
||||
theme = createTheme({
|
||||
colors: {
|
||||
hp: Settings.theme.hp,
|
||||
@ -75,7 +74,6 @@ export function refreshTheme(): void {
|
||||
paper: Settings.theme.well,
|
||||
},
|
||||
action: {
|
||||
disabledBackground: Settings.theme.disabled,
|
||||
disabled: Settings.theme.disabled,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user