mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 05:26:54 +08:00
removed console log
This commit is contained in:
parent
0150793e88
commit
72544c7e52
1 changed files with 0 additions and 1 deletions
|
@ -129,7 +129,6 @@ export function setCustomInputs(noThemeUpdate) {
|
|||
$(
|
||||
".pageSettings .section.themes .tabContainer .customTheme .colorPicker"
|
||||
).each((n, index) => {
|
||||
console.log(index);
|
||||
let currentColor =
|
||||
Config.customThemeColors[
|
||||
ThemeController.colorVars.indexOf(
|
||||
|
|
Loading…
Add table
Reference in a new issue