mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
removed console log
This commit is contained in:
parent
a8227b0134
commit
1f5500f4bf
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ export default class SettingsGroup {
|
|||
} else {
|
||||
this.configFunction(value, ...params);
|
||||
}
|
||||
console.log(`${this.configName} set to ${value}`);
|
||||
this.updateInput();
|
||||
if (this.setCallback !== null) this.setCallback();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue