Remove noisy log statement from DirectoryHelper.
This commit is contained in:
parent
5342af60cb
commit
fb316a22c6
1 changed files with 0 additions and 1 deletions
|
@ -342,7 +342,6 @@ public class DirectoryHelper {
|
|||
String mimeType = getMimeType(cursor);
|
||||
|
||||
if (!isPhoneMimeType(mimeType)) {
|
||||
Log.w(TAG, "Ignoring unwanted mime type: " + mimeType);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue