mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
removing a debug statement
This commit is contained in:
@@ -127,7 +127,6 @@ class MediaFetcher(val context: Context) {
|
|||||||
if (cursor?.moveToFirst() == true) {
|
if (cursor?.moveToFirst() == true) {
|
||||||
do {
|
do {
|
||||||
val path = cursor.getStringValue(Images.ImageColumns.DATA) ?: continue
|
val path = cursor.getStringValue(Images.ImageColumns.DATA) ?: continue
|
||||||
mydebug("path $path")
|
|
||||||
parents.add(path.getParentPath())
|
parents.add(path.getParentPath())
|
||||||
} while (cursor.moveToNext())
|
} while (cursor.moveToNext())
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user