Bug 6014 : Removing a leftover warn
This commit is contained in:
parent
99b49e2b1a
commit
13ad14a754
1 changed files with 0 additions and 1 deletions
|
@ -234,7 +234,6 @@ sub GetLogs {
|
|||
push(@parameters,"%".$info."%");
|
||||
}
|
||||
|
||||
warn $query, join("/",@parameters);
|
||||
my $sth = $dbh->prepare($query);
|
||||
$sth->execute(@parameters);
|
||||
|
||||
|
|
Loading…
Reference in a new issue