From: Lucas Di Pentima Date: Fri, 21 Jul 2017 15:25:04 +0000 (-0300) Subject: 11167: Removed outdated comment. X-Git-Tag: 1.1.0~92^2~19 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/058e06eb085bae6c72de28a6a88096a8643e7322 11167: Removed outdated comment. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/apps/workbench/app/controllers/collections_controller.rb b/apps/workbench/app/controllers/collections_controller.rb index 8da1a20b33..6dd190ef98 100644 --- a/apps/workbench/app/controllers/collections_controller.rb +++ b/apps/workbench/app/controllers/collections_controller.rb @@ -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