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

Removed shout

parent 0c413f87
No related branches found
No related tags found
No related merge requests found
......@@ -1051,7 +1051,7 @@ sub get_all_SearchFeatures {
my $offset = $self->chr_start-1;
my $features = $sfa ? $sfa->get_all_SearchFeatures($ticket, $self->chr_name, $self->chr_start, $self->chr_end) : [];
warn join(', ', @$features );
#warn join(', ', @$features );
foreach( @$features ) {
$_->start( $_->start-$offset );
$_->end( $_->end-$offset );
......
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