Commit 9a900dbb7104582a9d6c65e48d50cd921d009dc0

Authored by Izaak Alpert
1 parent 7856fba3

Removed some debug code

Change-Id: Ibd0088f498faccc72acda2783b61bbea19bd835d
Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
lib/gitlab/satellite/merge_action.rb
@@ -96,8 +96,6 @@ module Gitlab @@ -96,8 +96,6 @@ module Gitlab
96 return patch 96 return patch
97 end 97 end
98 rescue Grit::Git::CommandFailed => ex 98 rescue Grit::Git::CommandFailed => ex
99 - puts ex  
100 - ex.backtrace.each {|l|puts l}  
101 handle_exception(ex) 99 handle_exception(ex)
102 end 100 end
103 101