mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
Removed uneeded console.log()
This commit is contained in:
parent
83ab22868c
commit
4fdc1449f9
1 changed files with 0 additions and 1 deletions
|
@ -899,7 +899,6 @@ $("#resetSettingsButton").click((e) => {
|
|||
});
|
||||
|
||||
$("#exportSettingsButton").click((e) => {
|
||||
console.log(JSON.stringify(config));
|
||||
let configJSON = JSON.stringify(config);
|
||||
navigator.clipboard.writeText(configJSON).then(
|
||||
function () {
|
||||
|
|
Loading…
Reference in a new issue