diff --git a/lib/just_audio.dart b/lib/just_audio.dart index 25eb037..808222c 100644 --- a/lib/just_audio.dart +++ b/lib/just_audio.dart @@ -90,10 +90,6 @@ class AudioPlayer { _eventChannelStream.listen(_playbackEventSubject.add); _playbackStateSubject .addStream(playbackEventStream.map((state) => state.state).distinct()); - - playbackEventStream.listen((state) { - print("state: $state"); - }); } /// The duration of any media set via [setUrl], [setFilePath] or [setAsset],