diff options
author | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-05 09:46:48 +0100 |
---|---|---|
committer | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-12 15:49:47 +0100 |
commit | 2313b09bffac0d75b3c58571cd2eed8c5996ca20 (patch) | |
tree | 80659a377a7a23b9684e46b00f0cf0ecefaf2a6b /app/controllers/concerns/creates_commit.rb | |
parent | a343c0e697735eb0f47ad9b13088301c4fdcfe2c (diff) | |
download | gitlab-ce-2313b09bffac0d75b3c58571cd2eed8c5996ca20.tar.gz |
removes debugging prints from code
Diffstat (limited to 'app/controllers/concerns/creates_commit.rb')
-rw-r--r-- | app/controllers/concerns/creates_commit.rb | 8 |
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) |