From 788aee577ab9cdd20f6d521369d3d7791b1ec0a9 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Thu, 26 Dec 2019 01:41:53 +1100 Subject: [PATCH] Remove printing --- lib/just_audio.dart | 4 ---- 1 file changed, 4 deletions(-) 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],