diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/helpers/MediaFetcher.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/helpers/MediaFetcher.kt index 1dd87325d..9ab822705 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/helpers/MediaFetcher.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/helpers/MediaFetcher.kt @@ -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()) }