diff options
author | Nick Thomas <nick@gitlab.com> | 2018-08-24 08:58:07 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-08-24 08:58:07 +0000 |
commit | 306b6b5bf0e3dff50af8e37af4a28a36338a0dc6 (patch) | |
tree | 708c07c236619ab3153bb96556169b8d1a4409b8 /lib/gitlab_config.rb | |
parent | abb55c839ceedeb8f32f9af4ad791d349ab03f8c (diff) | |
parent | 911e49e1894060404d4400efe06203e9e747a9d8 (diff) | |
download | gitlab-shell-306b6b5bf0e3dff50af8e37af4a28a36338a0dc6.tar.gz |
Merge branch 'zj-cleanup-exec' into 'master'
Cleanup `git-upload-*` and `git-receive-*` related code
Closes gitaly#1300
See merge request gitlab-org/gitlab-shell!232
Diffstat (limited to 'lib/gitlab_config.rb')
-rw-r--r-- | lib/gitlab_config.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab_config.rb b/lib/gitlab_config.rb index 7645989..85aa889 100644 --- a/lib/gitlab_config.rb +++ b/lib/gitlab_config.rb @@ -50,10 +50,6 @@ class GitlabConfig @config['audit_usernames'] ||= false end - def git_trace_log_file - @config['git_trace_log_file'] - end - def metrics_log_file @config['metrics_log_file'] ||= File.join(ROOT_PATH, 'gitlab-shell-metrics.log') end |