mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +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)
|
appContext.toastFromMainThread(R.string.server_error)
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
Log.e("created pl", response.playlistId.toString())
|
|
||||||
if (response.playlistId != null) {
|
if (response.playlistId != null) {
|
||||||
appContext.toastFromMainThread(R.string.playlistCreated)
|
appContext.toastFromMainThread(R.string.playlistCreated)
|
||||||
return response.playlistId!!
|
return response.playlistId!!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user