# File lib/rack/perftools_profiler/profile_data_action.rb, line 5
    def check_printer_arg
      request = Rack::Request.new(@env)
      printer = request.GET['printer']
      self.class.check_printer(printer, @env)
    end