Skip to content
Snippets Groups Projects
Commit c1c16396 authored by Graham McVicker's avatar Graham McVicker
Browse files

removed print out

parent e785c5fb
No related branches found
No related tags found
No related merge requests found
......@@ -252,8 +252,6 @@ sub fetch_by_stable_id {
my ($self, $stable_id, $chr_coords) = @_;
my $core_db_adaptor = $self->db->get_db_adaptor('core');
warn( $stable_id );
my $sth = $self->prepare
( "SELECT t.id, t.transcript_id, t.chr_name, t.chr_start, t.chr_end,
t.chr_strand, t.transcript_name, t.translation_id,
......
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