Removed all Log.i

This commit is contained in:
Karim Abou Zeid 2015-03-05 17:54:41 +01:00
commit f6fce0355c
10 changed files with 2 additions and 36 deletions

View file

@ -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<>();