mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
remove unused logging
This commit is contained in:
parent
b6056b8610
commit
7adb510371
@ -105,7 +105,6 @@ object PlaylistsHelper {
|
||||
appContext.toastFromMainThread(R.string.server_error)
|
||||
return null
|
||||
}
|
||||
Log.e("created pl", response.playlistId.toString())
|
||||
if (response.playlistId != null) {
|
||||
appContext.toastFromMainThread(R.string.playlistCreated)
|
||||
return response.playlistId!!
|
||||
|
Loading…
x
Reference in New Issue
Block a user