From c90ccf05be8345c4cdd4bb3773057771b9d47532 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 27 Jan 2023 23:33:15 +0100 Subject: [PATCH] removed console logs --- frontend/src/ts/popups/custom-text-popup.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/ts/popups/custom-text-popup.ts b/frontend/src/ts/popups/custom-text-popup.ts index c96fc87e4..d95a57f62 100644 --- a/frontend/src/ts/popups/custom-text-popup.ts +++ b/frontend/src/ts/popups/custom-text-popup.ts @@ -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); }); });