bug 2856 followup: remove unconditional warn
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 29 Dec 2008 19:53:11 +0000 (13:53 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 29 Dec 2008 19:55:22 +0000 (13:55 -0600)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Members.pm

index 0dcd5b4..3227a40 100644 (file)
@@ -1239,7 +1239,6 @@ sub checkuniquemember {
             "SELECT borrowernumber,categorycode FROM borrowers WHERE surname=? and firstname=?  and dateofbirth=?" :
             "SELECT borrowernumber,categorycode FROM borrowers WHERE surname=? and firstname=?";
     my $sth = $dbh->prepare($request);
-    warn $request;
     if ($collectivity) {
         $sth->execute( uc($surname) );
     } elsif($dateofbirth){