summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/User.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/WebService/User.pm')
-rwxr-xr-xBugzilla/WebService/User.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm
index 74e8f8e03..db02ff75a 100755
--- a/Bugzilla/WebService/User.pm
+++ b/Bugzilla/WebService/User.pm
@@ -60,10 +60,7 @@ sub login {
sub logout {
my $self = shift;
-
- Bugzilla->login(LOGIN_OPTIONAL);
Bugzilla->logout;
-
return undef;
}