summaryrefslogtreecommitdiff
path: root/lib/peek/views
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-21 00:08:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-21 00:08:06 +0000
commit5abd2b70c81fbba71ea51994b325ddebc54b53db (patch)
tree7e0453beaadd143127c7c4f97f24deaa1b04ba30 /lib/peek/views
parent1902e256266822bc94e1a69debd79fb256de2d79 (diff)
downloadgitlab-ce-5abd2b70c81fbba71ea51994b325ddebc54b53db.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/peek/views')
-rw-r--r--lib/peek/views/gitaly.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/peek/views/gitaly.rb b/lib/peek/views/gitaly.rb
index 7dc00b16cc0..566ca4496c4 100644
--- a/lib/peek/views/gitaly.rb
+++ b/lib/peek/views/gitaly.rb
@@ -40,12 +40,6 @@ module Peek
super.merge(request: pretty_request || {})
end
-
- def setup_subscribers
- subscribe 'start_processing.action_controller' do
- ::Gitlab::GitalyClient.query_time = 0
- end
- end
end
end
end