Remove unecessary TODO

This commit is contained in:
Chocobozzz 2016-02-07 12:05:49 +01:00
parent 1bfd1a920f
commit 0812c07722
2 changed files with 0 additions and 2 deletions

View File

@ -180,7 +180,6 @@ function removeAllRemotes (callback) {
}
function removeAllRemotesOf (fromUrl, callback) {
// TODO { podUrl: { $in: urls } }
VideosDB.remove({ podUrl: fromUrl }, callback)
}

View File

@ -99,7 +99,6 @@
// Remove the video
$remove.on('click', function () {
// TODO
if (!confirm('Are you sure ?')) return
removeVideo(video)