Skip to content
Snippets Groups Projects
Commit c9e6199d authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- loading only needed if debugging

parent cdb8c2a3
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ sub prepare_query {
#my $query = join(" and ", @queries);
my $query = join("+", @queries);
if (exists $opt->{debug}) {
use Data::Printer;
require Data::Printer;
p( $opt);
p(@queries);
p( $query);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment