Remove log statement
This commit is contained in:
parent
06c21b80bd
commit
60fe5b6c81
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ class MainActivity : SimpleMusicActivity() {
|
|||
checkWhatsNewDialog()
|
||||
checkAppOnSDCard()
|
||||
withPlayer {
|
||||
log("maybePreparePlayer()")
|
||||
maybePreparePlayer(context = this@MainActivity) { success ->
|
||||
if (success) {
|
||||
updateCurrentTrackBar()
|
||||
|
|
Loading…
Reference in a new issue