summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIzaak Alpert <ialpert@blackberry.com>2013-07-30 16:19:17 -0400
committerIzaak Alpert <ialpert@blackberry.com>2013-07-30 16:19:17 -0400
commit9a900dbb7104582a9d6c65e48d50cd921d009dc0 (patch)
tree1e7dd84884c003fe90cac2d3df1f0346b9c53003 /lib
parent7856fba3621c0c3437f3bd208de0fdab43f0ab9d (diff)
downloadgitlab-ce-9a900dbb7104582a9d6c65e48d50cd921d009dc0.tar.gz
Removed some debug code
Change-Id: Ibd0088f498faccc72acda2783b61bbea19bd835d
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/satellite/merge_action.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/satellite/merge_action.rb b/lib/gitlab/satellite/merge_action.rb
index 003141a24b4..6d538c79629 100644
--- a/lib/gitlab/satellite/merge_action.rb
+++ b/lib/gitlab/satellite/merge_action.rb
@@ -96,8 +96,6 @@ module Gitlab
return patch
end
rescue Grit::Git::CommandFailed => ex
- puts ex
- ex.backtrace.each {|l|puts l}
handle_exception(ex)
end