summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/saml/user.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/saml/user.rb b/lib/gitlab/saml/user.rb
index 6ab165cf518..73fc443a02b 100644
--- a/lib/gitlab/saml/user.rb
+++ b/lib/gitlab/saml/user.rb
@@ -33,7 +33,6 @@ module Gitlab
# Avoid an unnecessary change of values and the subsequent save
@user.external = false if @user.external
else
- # Avoid an unnecessary change of values and the subsequent save
@user.external = true unless @user.external
end
end