Skip to content

Commit

Permalink
reduce log output
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippC committed Mar 18, 2023
1 parent 6110166 commit ec5f26e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ private RowBuilder addFileInfo(MatrixCursor matrixCursor, int id,
* parameters.
*/
private MatrixCursor doRetrieveFileInfo(Uri uri) {
Log.d(CLASSNAME, "retrieve file info "+uri.toString());

MatrixCursor matrixCursor = BaseFileProviderUtils.newBaseFileCursor();

String filename = extractFile(uri);
Expand Down

0 comments on commit ec5f26e

Please sign in to comment.