From 94d37fe2630b79860d838660b617ed2d8810f65f Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Tue, 25 Aug 2026 23:14:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=83=A8=E5=88=86=E9=AB=98?= =?UTF-8?q?=E9=A2=91=E5=88=B7=E6=96=B0=E7=9A=84log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/services/audio_player_handler.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/services/audio_player_handler.dart b/lib/services/audio_player_handler.dart index 6ed2375..39dca2f 100644 --- a/lib/services/audio_player_handler.dart +++ b/lib/services/audio_player_handler.dart @@ -77,8 +77,6 @@ class AudioPlayerHandler extends audio_service.BaseAudioHandler { void _publishStateOnly() { final current = playbackState.value; - debugPrint( - '📡 [publishStateOnly] position=$_currentPosition, playing=${current.playing}'); playbackState.add(audio_service.PlaybackState( controls: current.controls.isNotEmpty