mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Remove noisy log statement from DirectoryHelper.
This commit is contained in:
@@ -342,7 +342,6 @@ public class DirectoryHelper {
|
||||
String mimeType = getMimeType(cursor);
|
||||
|
||||
if (!isPhoneMimeType(mimeType)) {
|
||||
Log.w(TAG, "Ignoring unwanted mime type: " + mimeType);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user