Skip to content
Snippets Groups Projects
Commit 2862e09a authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Bug fix to (commented) print statement in prepare

parent 33903f21
No related branches found
No related tags found
No related merge requests found
......@@ -514,7 +514,7 @@ sub prepare {
throw("Attempting to prepare an empty SQL query.");
}
# print STDERR "SQL(".$self->dbname."):$string\n";
# print STDERR "SQL(".$self->dbname."):" . join(' ', @args) . "\n";
my $sth = $self->db_handle->prepare(@args);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment