removing a debug statement
This commit is contained in:
parent
3d0a11d96f
commit
762220533c
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ class MediaFetcher(val context: Context) {
|
|||
if (cursor?.moveToFirst() == true) {
|
||||
do {
|
||||
val path = cursor.getStringValue(Images.ImageColumns.DATA) ?: continue
|
||||
mydebug("path $path")
|
||||
parents.add(path.getParentPath())
|
||||
} while (cursor.moveToNext())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue