mirror of https://github.com/Chocobozzz/PeerTube
Remove unecessary TODO
parent
1bfd1a920f
commit
0812c07722
|
@ -180,7 +180,6 @@ function removeAllRemotes (callback) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeAllRemotesOf (fromUrl, callback) {
|
function removeAllRemotesOf (fromUrl, callback) {
|
||||||
// TODO { podUrl: { $in: urls } }
|
|
||||||
VideosDB.remove({ podUrl: fromUrl }, callback)
|
VideosDB.remove({ podUrl: fromUrl }, callback)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -99,7 +99,6 @@
|
||||||
|
|
||||||
// Remove the video
|
// Remove the video
|
||||||
$remove.on('click', function () {
|
$remove.on('click', function () {
|
||||||
// TODO
|
|
||||||
if (!confirm('Are you sure ?')) return
|
if (!confirm('Are you sure ?')) return
|
||||||
|
|
||||||
removeVideo(video)
|
removeVideo(video)
|
||||||
|
|
Loading…
Reference in New Issue