Removed all Log.i
This commit is contained in:
parent
b7bac47f7e
commit
f6fce0355c
10 changed files with 2 additions and 36 deletions
|
|
@ -275,7 +275,6 @@ public class MusicPlayerRemote implements OnMusicRemoteEventListener {
|
|||
position = restoredPosition;
|
||||
|
||||
notifyOnMusicRemoteEventListeners(MusicRemoteEvent.STATE_RESTORED);
|
||||
Log.i(TAG, "restored last state");
|
||||
} catch (IOException | ClassNotFoundException | ClassCastException e) {
|
||||
Log.e(TAG, "error while restoring music service state", e);
|
||||
playingQueue = new ArrayList<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue