From 0dd9dd690e170aa6dff83b281bd33e4394273bed Mon Sep 17 00:00:00 2001 From: Xare123 <57245242+Xare123@users.noreply.github.com> Date: Sat, 15 Aug 2026 17:22:23 -0700 Subject: [PATCH] Stop logging message composer contents --- lib/app/components/custom_text_editing_controllers.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/app/components/custom_text_editing_controllers.dart b/lib/app/components/custom_text_editing_controllers.dart index 30934ea600..18d2c9d620 100644 --- a/lib/app/components/custom_text_editing_controllers.dart +++ b/lib/app/components/custom_text_editing_controllers.dart @@ -442,7 +442,6 @@ class MentionTextEditingController extends SpellCheckTextEditingController { @override void notifyListeners() { super.notifyListeners(); - Logger.info("a $lastText $text"); if (lastText != text) { // something changed, compute deltas // use text diff because some keyboards can bump the cursor forward into an existing space when typing a period during an autocorrect.