mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +08:00
removed debug log
This commit is contained in:
parent
ca872c1bb0
commit
81a4d27509
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ function hide() {
|
|||
}
|
||||
|
||||
function apply() {
|
||||
console.log(DB.getSnapshot());
|
||||
// console.log(DB.getSnapshot());
|
||||
let action = $("#tagsWrapper #tagsEdit").attr("action");
|
||||
let inputVal = $("#tagsWrapper #tagsEdit input").val();
|
||||
let tagid = $("#tagsWrapper #tagsEdit").attr("tagid");
|
||||
|
|
Loading…
Reference in a new issue