summaryrefslogtreecommitdiff
path: root/app/controllers/concerns
diff options
context:
space:
mode:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-07-05 09:46:48 +0100
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-12 15:34:44 +0100
commit71bab5fe58e6b408c67ea681cba371459ae40e7b (patch)
treedafda2eed2662a9a5f1ff01aa6fd99c7e7eeac79 /app/controllers/concerns
parente621fb57c4c40bc05cfc2c88a1a7b2493cafc2f4 (diff)
downloadgitlab-ce-71bab5fe58e6b408c67ea681cba371459ae40e7b.tar.gz
removes debugging prints from code
Diffstat (limited to 'app/controllers/concerns')
-rw-r--r--app/controllers/concerns/creates_commit.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/controllers/concerns/creates_commit.rb b/app/controllers/concerns/creates_commit.rb
index a3731b45df0..036805306f2 100644
--- a/app/controllers/concerns/creates_commit.rb
+++ b/app/controllers/concerns/creates_commit.rb
@@ -12,16 +12,8 @@ module CreatesCommit
previous_path: @previous_path
)
- puts "#" * 10
- puts @previous_path
- puts "#" * 10
-
result = service.new(@tree_edit_project, current_user, commit_params).execute
- puts "#" * 30
- puts result[:status]
- puts "#" * 30
-
if result[:status] == :success
update_flash_notice(success_notice)