removed debug log line
authorberick <berick@esilibrary.com>
Thu, 7 Apr 2011 15:48:24 +0000 (11:48 -0400)
committerberick <berick@esilibrary.com>
Thu, 7 Apr 2011 16:05:52 +0000 (12:05 -0400)
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm

index d215ffd..bfdd178 100644 (file)
@@ -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);