Bug 6014 : Removing a leftover warn
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 7 Apr 2011 01:16:26 +0000 (13:16 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 7 Apr 2011 01:16:26 +0000 (13:16 +1200)
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);