From 1a151e90b7ec7d82f012c3b10a43fe2a98be7aac Mon Sep 17 00:00:00 2001 From: ggurdin Date: Thu, 24 Oct 2024 14:33:25 -0400 Subject: [PATCH] removed print statement --- lib/pangea/widgets/chat/message_selection_overlay.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pangea/widgets/chat/message_selection_overlay.dart b/lib/pangea/widgets/chat/message_selection_overlay.dart index a8022b1cc..bd5b3da00 100644 --- a/lib/pangea/widgets/chat/message_selection_overlay.dart +++ b/lib/pangea/widgets/chat/message_selection_overlay.dart @@ -278,7 +278,6 @@ class MessageOverlayController extends State void setIsPlayingAudio(bool isPlaying) { if (mounted) { setState(() => isPlayingAudio = isPlaying); - debugPrint("IS PLAYING AUDIO: $isPlaying"); } }