mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Remove "Trollolo" logs
They were probably left behind by accident after a debugging session.
This commit is contained in:
		| @@ -82,7 +82,6 @@ public class InfoItemBuilder { | |||||||
|             case COMMENT: |             case COMMENT: | ||||||
|                 return useMiniVariant ? new CommentsMiniInfoItemHolder(this, parent) : new CommentsInfoItemHolder(this, parent); |                 return useMiniVariant ? new CommentsMiniInfoItemHolder(this, parent) : new CommentsInfoItemHolder(this, parent); | ||||||
|             default: |             default: | ||||||
|                 Log.e(TAG, "Trollolo"); |  | ||||||
|                 throw new RuntimeException("InfoType not expected = " + infoType.name()); |                 throw new RuntimeException("InfoType not expected = " + infoType.name()); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|   | |||||||
| @@ -249,7 +249,6 @@ public class InfoListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolde | |||||||
|             case COMMENT: |             case COMMENT: | ||||||
|                 return useMiniVariant ? MINI_COMMENT_HOLDER_TYPE : COMMENT_HOLDER_TYPE; |                 return useMiniVariant ? MINI_COMMENT_HOLDER_TYPE : COMMENT_HOLDER_TYPE; | ||||||
|             default: |             default: | ||||||
|                 Log.e(TAG, "Trollolo"); |  | ||||||
|                 return -1; |                 return -1; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| @@ -287,7 +286,6 @@ public class InfoListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolde | |||||||
|             case COMMENT_HOLDER_TYPE: |             case COMMENT_HOLDER_TYPE: | ||||||
|                 return new CommentsInfoItemHolder(infoItemBuilder, parent); |                 return new CommentsInfoItemHolder(infoItemBuilder, parent); | ||||||
|             default: |             default: | ||||||
|                 Log.e(TAG, "Trollolo"); |  | ||||||
|                 return new FallbackViewHolder(new View(parent.getContext())); |                 return new FallbackViewHolder(new View(parent.getContext())); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox