mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add log
This commit is contained in:
parent
87b3bff405
commit
3894d5f7b4
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ public class CategorizationFragment extends Fragment {
|
|||
Log.d(TAG, "Adding recent items: " + recentItems);
|
||||
|
||||
for (String item : mergedItems) {
|
||||
Log.d(TAG, "Filtering item: " + item);
|
||||
if (item.contains("(19|20)\\d{2}")) {
|
||||
Log.d(TAG, "Filtering out year " + item);
|
||||
mergedItems.remove(item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue