diff options
Diffstat (limited to 'lib/gitlab_shell.rb')
-rw-r--r-- | lib/gitlab_shell.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb index 9605136..6422fff 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -36,7 +36,6 @@ class GitlabShell puts "Welcome to GitLab, #{username}!" end rescue GitlabNet::ApiUnreachableError => ex - $logger.warn "gitlab-shell: Failed to connect to internal API" puts "Failed to authorize your Git request: internal API unreachable" rescue DisallowedCommandError => ex message = "gitlab-shell: Attempt to execute disallowed command <#{@origin_cmd}> by #{log_username}." |