diff --git a/app/controllers/rb_application_controller.rb b/app/controllers/rb_application_controller.rb index 16b9b68f0c..59980138a3 100644 --- a/app/controllers/rb_application_controller.rb +++ b/app/controllers/rb_application_controller.rb @@ -16,8 +16,6 @@ class RbApplicationController < ApplicationController @sprint.project elsif params[:project_id] Project.find(params[:project_id]) - else - raise "Cannot determine project (#{params.inspect})" end end