]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove unecessary TODO
authorChocobozzz <florian.bigard@gmail.com>
Sun, 7 Feb 2016 11:05:49 +0000 (12:05 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Sun, 7 Feb 2016 11:05:49 +0000 (12:05 +0100)
models/videos.js
public/javascripts/index.js

index 4da389c24e61e95e6b152b3ebde27a3f5f49938f..5e2eeae07bbfb7605e7fa692fe6f30e7abd540e9 100644 (file)
@@ -180,7 +180,6 @@ function removeAllRemotes (callback) {
 }
 
 function removeAllRemotesOf (fromUrl, callback) {
-  // TODO { podUrl: { $in: urls } }
   VideosDB.remove({ podUrl: fromUrl }, callback)
 }
 
index 3a02367c866d61c618d394403dc5bb9c5112f669..4910e454078f665a5bf946c6523b89f1d6d71175 100644 (file)
@@ -99,7 +99,6 @@
 
         // Remove the video
         $remove.on('click', function () {
-          // TODO
           if (!confirm('Are you sure ?')) return
 
           removeVideo(video)