mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
Remove unwanted logs
This commit is contained in:
parent
a478432d61
commit
dad308c914
@ -106,7 +106,6 @@ export default class SFXCore extends Core {
|
||||
|
||||
if (slider) {
|
||||
// check if is up or down
|
||||
this.console.log(slider)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user