Remove unwanted logs

This commit is contained in:
SrGooglo 2025-05-21 19:05:17 +00:00
parent a478432d61
commit dad308c914
2 changed files with 0 additions and 7 deletions

View File

@ -106,7 +106,6 @@ export default class SFXCore extends Core {
if (slider) {
// check if is up or down
this.console.log(slider)
}
}

View File

@ -33,8 +33,6 @@ export class ThemeProvider extends React.Component {
}
handleUpdate = (update) => {
console.log("[THEME] Update", update)
this.setState({
useAlgorigthm: variantKeyToColor(app.cores.style.currentVariantKey),
useCompactMode: update["compact-mode"],
@ -235,12 +233,8 @@ export default class StyleCore extends Core {
this.isOnTemporalVariant = false
this.console.log(`Input variant key [${variantKey}]`)
const color = variantKeyToColor(variantKey)
this.console.log(`Applying variant [${color}]`)
const values = this.public.theme.variants[color]
if (!values) {