This commit is contained in:
M66B 2022-01-12 17:02:06 +01:00
parent 18acd78c68
commit 9564ed0e9b
1 changed files with 0 additions and 1 deletions

View File

@ -392,7 +392,6 @@ public class FragmentContacts extends FragmentBase {
if (uri == null)
throw new FileNotFoundException();
String password = args.getString("password");
EntityLog.log(context, "Exporting " + uri);
if (!"content".equals(uri.getScheme())) {