mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-30 03:04:51 +01:00
removing a debug statement
This commit is contained in:
parent
3d0a11d96f
commit
762220533c
@ -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…
x
Reference in New Issue
Block a user