Skip to content
Snippets Groups Projects
Commit b5094f90 authored by Web Admin's avatar Web Admin
Browse files

remove warn

parent 728d5fb9
No related branches found
No related tags found
No related merge requests found
......@@ -571,7 +571,7 @@ AND chr_end >= ? );
push @binded, $chr_end, $chr_start;
}
}
warn( "$q: ", join( ', ',@binded ) );
# warn( "$q: ", join( ', ',@binded ) );
my $sth = $self->db->db_handle->prepare($q);
my $rv = $sth->execute( @binded ) || $self->throw( $sth->errstr );
......
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