mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03: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: | ||||
|                 return useMiniVariant ? new CommentsMiniInfoItemHolder(this, parent) : new CommentsInfoItemHolder(this, parent); | ||||
|             default: | ||||
|                 Log.e(TAG, "Trollolo"); | ||||
|                 throw new RuntimeException("InfoType not expected = " + infoType.name()); | ||||
|         } | ||||
|     } | ||||
|   | ||||
| @@ -249,7 +249,6 @@ public class InfoListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolde | ||||
|             case COMMENT: | ||||
|                 return useMiniVariant ? MINI_COMMENT_HOLDER_TYPE : COMMENT_HOLDER_TYPE; | ||||
|             default: | ||||
|                 Log.e(TAG, "Trollolo"); | ||||
|                 return -1; | ||||
|         } | ||||
|     } | ||||
| @@ -287,7 +286,6 @@ public class InfoListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolde | ||||
|             case COMMENT_HOLDER_TYPE: | ||||
|                 return new CommentsInfoItemHolder(infoItemBuilder, parent); | ||||
|             default: | ||||
|                 Log.e(TAG, "Trollolo"); | ||||
|                 return new FallbackViewHolder(new View(parent.getContext())); | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox