Commit 136d4455 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #7914 from cirosantilli/patch-6

Remove statement without effect.
parents b87c8c1a 0f12e051
......@@ -143,7 +143,6 @@ class Projects::MergeRequestsController < Projects::ApplicationController
def update_branches
@target_project = selected_target_project
@target_branches = @target_project.repository.branch_names
@target_branches
respond_to do |format|
format.js
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment