remove unneeded logging statement

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-12-28 11:17:02 +01:00
parent 7eef68ef36
commit 6cd0481d14
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -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);
}
}