mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Move log statement into "if (DEBUG)"
This commit is contained in:
		| @@ -291,8 +291,10 @@ public final class BookmarkFragment | |||||||
|             return; |             return; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  |         if (DEBUG) { | ||||||
|             Log.d(TAG, "Updating playlist id=[" + id + |             Log.d(TAG, "Updating playlist id=[" + id + | ||||||
|                 "] with new name=[" + name + "] items"); |                 "] with new name=[" + name + "] items"); | ||||||
|  |         } | ||||||
|  |  | ||||||
|         localPlaylistManager.renamePlaylist(id, name); |         localPlaylistManager.renamePlaylist(id, name); | ||||||
|         final Disposable disposable = localPlaylistManager.renamePlaylist(id, name) |         final Disposable disposable = localPlaylistManager.renamePlaylist(id, name) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Xiang Rong Lin
					Xiang Rong Lin