mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
Remove unecessary TODO
This commit is contained in:
parent
1bfd1a920f
commit
0812c07722
@ -180,7 +180,6 @@ function removeAllRemotes (callback) {
|
||||
}
|
||||
|
||||
function removeAllRemotesOf (fromUrl, callback) {
|
||||
// TODO { podUrl: { $in: urls } }
|
||||
VideosDB.remove({ podUrl: fromUrl }, callback)
|
||||
}
|
||||
|
||||
|
@ -99,7 +99,6 @@
|
||||
|
||||
// Remove the video
|
||||
$remove.on('click', function () {
|
||||
// TODO
|
||||
if (!confirm('Are you sure ?')) return
|
||||
|
||||
removeVideo(video)
|
||||
|
Loading…
Reference in New Issue
Block a user