mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-17 02:22:23 +01:00
rm unused log
This commit is contained in:
@ -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,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user