mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +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) {
|
if (slider) {
|
||||||
// check if is up or down
|
// check if is up or down
|
||||||
this.console.log(slider)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,8 +33,6 @@ export class ThemeProvider extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleUpdate = (update) => {
|
handleUpdate = (update) => {
|
||||||
console.log("[THEME] Update", update)
|
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
useAlgorigthm: variantKeyToColor(app.cores.style.currentVariantKey),
|
useAlgorigthm: variantKeyToColor(app.cores.style.currentVariantKey),
|
||||||
useCompactMode: update["compact-mode"],
|
useCompactMode: update["compact-mode"],
|
||||||
@ -235,12 +233,8 @@ export default class StyleCore extends Core {
|
|||||||
|
|
||||||
this.isOnTemporalVariant = false
|
this.isOnTemporalVariant = false
|
||||||
|
|
||||||
this.console.log(`Input variant key [${variantKey}]`)
|
|
||||||
|
|
||||||
const color = variantKeyToColor(variantKey)
|
const color = variantKeyToColor(variantKey)
|
||||||
|
|
||||||
this.console.log(`Applying variant [${color}]`)
|
|
||||||
|
|
||||||
const values = this.public.theme.variants[color]
|
const values = this.public.theme.variants[color]
|
||||||
|
|
||||||
if (!values) {
|
if (!values) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user