From 0207bb3ce1744b5b1a78e7ade998aaa8a23f7985 Mon Sep 17 00:00:00 2001 From: berick Date: Thu, 7 Apr 2011 11:48:24 -0400 Subject: [PATCH] removed debug log line --- .../src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm index d215ffd..bfdd178 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm @@ -238,8 +238,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); -- 1.7.2.5