diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index 536ff8b10..4544d8e6f 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -482,7 +482,6 @@ ToolBar { } var inputFieldText = inputField.text.trim() - console.log(inputFieldText) if (inputFieldText.includes('\u{2744}')) { root.fancyEffectsReasonFound("snowflake") } diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 9874518ca..f462553aa 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -601,7 +601,6 @@ Kirigami.ScrollablePage { enabled: Config.showFancyEffects function processFancyEffectsReason(fancyEffect) { - console.log("onFancyEffectsReasonFound", fancyEffect) if (fancyEffect === "snowflake") { fancyEffectsContainer.showSnowEffect() }