mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-06 03:25:07 +01:00
remove unneeded logging statement
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
7eef68ef36
commit
6cd0481d14
@ -177,7 +177,6 @@ public class SortingOrderDialogFragment extends DialogFragment implements View.O
|
||||
binding.cancel.setOnClickListener(view -> dismiss());
|
||||
|
||||
for (View view : taggedViews) {
|
||||
Log.i("SortOrder", "view="+view.getTag().toString());
|
||||
view.setOnClickListener(this);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user