all: remove log.d calls
This commit is contained in:
parent
ef502b6f4a
commit
a4cca0ca79
2 changed files with 0 additions and 2 deletions
|
@ -36,7 +36,6 @@ open class RevisionedStoredCovers(private val context: Context, private val revi
|
|||
if (split.size != 2) return null
|
||||
val (coverId, coverRevisionStr) = split
|
||||
val coverRevision = coverRevisionStr.toUuidOrNull() ?: return null
|
||||
Log.d("RevisionedStoredCovers", "$coverId $coverRevision $revision")
|
||||
if (revision != null) {
|
||||
if (coverRevision != revision) {
|
||||
return null
|
||||
|
|
|
@ -80,7 +80,6 @@ private class EvaluateStepImpl(
|
|||
merge(
|
||||
filterFlow.manager,
|
||||
preSongs.onEach {
|
||||
Log.d("EvaluateStep", it.toString())
|
||||
wrap(it, graphBuilder::add)
|
||||
},
|
||||
prePlaylists.onEach { wrap(it, graphBuilder::add) })
|
||||
|
|
Loading…
Reference in a new issue