Bug 6014 : Removing a leftover warn
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 7 Apr 2011 01:16:26 +0000 (13:16 +1200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 16 Apr 2011 17:15:23 +0000 (13:15 -0400)
(cherry picked from commit 13ad14a7540dab8b27a21fb6cb00a6edc875040d)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Log.pm

index af5fbc6..822cda5 100644 (file)
--- a/C4/Log.pm
+++ b/C4/Log.pm
@@ -234,7 +234,6 @@ sub GetLogs {
        push(@parameters,"%".$info."%");
     }
    
-    warn $query, join("/",@parameters);
     my $sth = $dbh->prepare($query);
     $sth->execute(@parameters);