diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/access_user.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/access_user.pm b/FS/FS/access_user.pm index 3a12ef395..72f232096 100644 --- a/FS/FS/access_user.pm +++ b/FS/FS/access_user.pm @@ -738,7 +738,6 @@ sub change_password_fields { sub locale { my $self = shift; return $self->{_locale} if exists($self->{_locale}); -warn "access_user->locale called\n"; $self->{_locale} = $self->option('locale'); } |