Remove printing

This commit is contained in:
Ryan Heise 2019-12-26 01:41:53 +11:00
parent f9e6991e82
commit 788aee577a
1 changed files with 0 additions and 4 deletions

View File

@ -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],