Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-18 07:07:37 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-25 15:10:25 +0300
commitdeee55f0bbbfbe394acef9f8f5d7074578b57dbb (patch)
treec25814cabaa038a1c341f9a847a862102e4972b6 /app
parentad06bc66ec9148ef7c4edc31678059dd47e8cb97 (diff)
Remove unnecessary sentence
Diffstat (limited to 'app')
-rw-r--r--app/controllers/projects/issues_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects/issues_controller.rb b/app/controllers/projects/issues_controller.rb
index ec43e56f0ba..629ff43bee9 100644
--- a/app/controllers/projects/issues_controller.rb
+++ b/app/controllers/projects/issues_controller.rb
@@ -58,7 +58,6 @@ class Projects::IssuesController < Projects::ApplicationController
end
def edit
- puts params
respond_with(@issue)
end