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:53:25 +0100
commit3beb55c659bc4f24c1cd34ed1b56925d528e7256 (patch)
treec9dc678ce5613486d863ef1225e877d6b70f03dd /app/controllers/concerns
parentda7dc3864f86b56219b9ec46f584ce05b327611f (diff)
downloadgitlab-ce-3beb55c659bc4f24c1cd34ed1b56925d528e7256.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)