11167: Removed outdated comment.
authorLucas Di Pentima <lucas@curoverse.com>
Fri, 21 Jul 2017 15:25:04 +0000 (12:25 -0300)
committerLucas Di Pentima <lucas@curoverse.com>
Fri, 21 Jul 2017 15:25:04 +0000 (12:25 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@curoverse.com>

apps/workbench/app/controllers/collections_controller.rb

index 8da1a20b336f31ca73eb00406dae6b67e9d48af4..6dd190ef985c76af2da6b2fed6a6300943ac6696 100644 (file)
@@ -125,10 +125,6 @@ class CollectionsController < ApplicationController
   end
 
   def show_file
-    # We pipe from arv-get to send the file to the user.  Before we start it,
-    # we ask the API server if the file actually exists.  This serves two
-    # purposes: it lets us return a useful status code for common errors, and
-    # helps us figure out which token to provide to arv-get.
     # The order of searched tokens is important: because the anonymous user
     # token is passed along with every API request, we have to check it first.
     # Otherwise, it's impossible to know whether any other request succeeded