Merge pull request #842 from pangeachat/dont-play-words

removed print statement
This commit is contained in:
ggurdin 2024-10-24 14:33:59 -04:00 committed by GitHub
commit 28e90a8890
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -278,7 +278,6 @@ class MessageOverlayController extends State<MessageSelectionOverlay>
void setIsPlayingAudio(bool isPlaying) {
if (mounted) {
setState(() => isPlayingAudio = isPlaying);
debugPrint("IS PLAYING AUDIO: $isPlaying");
}
}