Functional tests to verify links
[arvados.git] / services / api / app / controllers / arvados / v1 / users_controller.rb
index 5b89918debee638e6ebbdf99922a45b7330eeb31..ebb5203ee70597bf8862a607ba58139b47b7ab6d 100644 (file)
@@ -226,8 +226,6 @@ class Arvados::V1::UsersController < ApplicationController
                # Look up the given virtual machine just to make sure it really exists.
                begin
                        vm = (vms = VirtualMachine.where(uuid: vm_uuid)) != nil ? vms.first : nil
-               #vm = VirtualMachine.where(uuid: vm_uuid)
-
                        if not vm
                          logger.warn "Could not look up virtual machine with uuid #{vm_uuid.inspect}"
                                return