removed print statement
This commit is contained in:
parent
9e3111f97c
commit
1a151e90b7
1 changed files with 0 additions and 1 deletions
|
|
@ -278,7 +278,6 @@ class MessageOverlayController extends State<MessageSelectionOverlay>
|
|||
void setIsPlayingAudio(bool isPlaying) {
|
||||
if (mounted) {
|
||||
setState(() => isPlayingAudio = isPlaying);
|
||||
debugPrint("IS PLAYING AUDIO: $isPlaying");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue