mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 11:06:17 +08:00
removed debug log
This commit is contained in:
parent
780836857f
commit
ca872c1bb0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import * as DB from "./db";
|
|||
import * as Notifications from "./notifications";
|
||||
|
||||
export function apply(id) {
|
||||
console.log(DB.getSnapshot().presets);
|
||||
// console.log(DB.getSnapshot().presets);
|
||||
DB.getSnapshot().presets.forEach((preset) => {
|
||||
if (preset.id == id) {
|
||||
Config.apply(JSON.parse(JSON.stringify(preset.config)));
|
||||
|
|
Loading…
Add table
Reference in a new issue