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

Removed STDERR

parent b62550e4
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,6 @@ sub description {
if( exists $self->{'_description'} ) {
return $self->{'_description'};
}
print STDERR "GOnna Get Descripted!\n";
$self->{'_description'} = $self->adaptor->get_description($self->dbID);
return $self->{'_description'};
}
......
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