There was an error while loading. Please reload this page.
1 parent 154edf8 commit 1d7b7d8Copy full SHA for 1d7b7d8
lib/gitlab_shell.rb
@@ -133,10 +133,8 @@ def process_cmd(args)
133
end
134
135
args_string = [File.basename(executable), *args].join(' ')
136
- GitlabMetrics.measure(File.basename(executable)) do
137
- $logger.info "gitlab-shell: executing git command <#{args_string}> for #{log_username}."
138
- exec_cmd(executable, *args)
139
- end
+ $logger.info "gitlab-shell: executing git command <#{args_string}> for #{log_username}."
+ exec_cmd(executable, *args)
140
141
142
# This method is not covered by Rspec because it ends the current Ruby process.
0 commit comments