Revert "Added logging"

This reverts commit be02289a0f.
This commit is contained in:
M66B 2022-06-14 14:08:15 +02:00
parent 9a738d89c1
commit f3b40d17f7
1 changed files with 0 additions and 4 deletions

View File

@ -26,7 +26,6 @@ import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
@ -150,7 +149,6 @@ public class FragmentDialogFolder extends FragmentDialogBase {
Bundle args = getArguments();
args.putLong("folder", folder.id);
args.putString("type", folder.type);
EntityLog.log(context, "Folder selected " + TextUtils.join(", ", Log.getExtras(args)));
sendResult(RESULT_OK);
dismiss();
@ -337,8 +335,6 @@ public class FragmentDialogFolder extends FragmentDialogBase {
}
}.execute(this, args, "folder:select");
EntityLog.log(context, "Folder selection " + TextUtils.join(", ", Log.getExtras(aargs)));
return new AlertDialog.Builder(context)
.setIcon(R.drawable.twotone_folder_open_24)
.setTitle(title)