From: berick Date: Thu, 7 Apr 2011 15:48:24 +0000 (-0400) Subject: removed debug log line X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9c62bc217dd13fc8b65c8bff04964f7c4fceb8d9;p=evergreen%2Fequinox.git removed debug log line --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm index 493a1fc5ed..fbb61ac57c 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm @@ -243,8 +243,6 @@ sub load_login { $args->{username} = delete $args->{barcode} if $bc_regex and !($username =~ /$bc_regex/); - $self->apache->log->warn("regex = $bc_regex; username = $username; " . ($username =~ /$bc_regex/)); - my $response = $U->simplereq( 'open-ils.auth', 'open-ils.auth.authenticate.complete', $args);