去掉部分高频刷新的log

This commit is contained in:
2026-08-25 23:14:39 +08:00
parent f2b4d1f46d
commit 94d37fe263
-2
View File
@@ -77,8 +77,6 @@ class AudioPlayerHandler extends audio_service.BaseAudioHandler {
void _publishStateOnly() { void _publishStateOnly() {
final current = playbackState.value; final current = playbackState.value;
debugPrint(
'📡 [publishStateOnly] position=$_currentPosition, playing=${current.playing}');
playbackState.add(audio_service.PlaybackState( playbackState.add(audio_service.PlaybackState(
controls: current.controls.isNotEmpty controls: current.controls.isNotEmpty