X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/92aeef019a0c161d5989ffa581f56ba83b887c51..e3a4fe6e461ec3ffde76e973ada7abae52faf050:/apps/workbench/app/controllers/actions_controller.rb diff --git a/apps/workbench/app/controllers/actions_controller.rb b/apps/workbench/app/controllers/actions_controller.rb index cae7f16fd9..9a76e9aed4 100644 --- a/apps/workbench/app/controllers/actions_controller.rb +++ b/apps/workbench/app/controllers/actions_controller.rb @@ -72,7 +72,6 @@ class ActionsController < ApplicationController def arv_normalize mt, *opts r = "" - puts "['arv-normalize', #{opts}]" IO.popen(['arv-normalize'] + opts, 'w+b') do |io| io.write mt io.close_write @@ -145,8 +144,7 @@ class ActionsController < ApplicationController IO.popen([env, 'arv-put', '--raw'], 'w+b') do |io| io.write normalized_stripped io.close_write - while buf = io.read(2**20) - + while buf = io.read(2**16) end end