mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
removed console logs
This commit is contained in:
parent
c0cb29c80f
commit
c90ccf05be
1 changed files with 0 additions and 6 deletions
|
|
@ -308,15 +308,9 @@ $(`${popup} .buttonsTop .showSavedTexts`).on("click", () => {
|
|||
});
|
||||
|
||||
$(`#customTextPopupWrapper .buttonsTop .saveCustomText`).on("click", () => {
|
||||
console.log(CustomText.popupTextareaState);
|
||||
hide({ noAnim: true, resetState: false });
|
||||
console.log(CustomText.popupTextareaState);
|
||||
|
||||
SaveCustomTextPopup.show(true, () => {
|
||||
console.log(CustomText.popupTextareaState);
|
||||
|
||||
show(true);
|
||||
console.log(CustomText.popupTextareaState);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue