Skip to content

Commit

Permalink
cleaning up warn statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Cain committed Oct 14, 2006
1 parent 1ba5e1d commit 8970d20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Bio/DB/Das/Chado/Segment/Feature.pm
Original file line number Diff line number Diff line change
Expand Up @@ -880,11 +880,13 @@ sub sub_SeqFeature {
$typewhere = " and child.type_id in (". join(',',@id_list) .")" ;

#warn $typewhere;

warn "type:@type, type_id:@id_list" if DEBUG;
}

my $handle = $self->factory->dbh();

$self->factory->dbh->trace(2) if DEBUG;
#$self->factory->dbh->trace(2) if DEBUG;

my $partof = $self->factory->name2term('part_of');
my $derivesfrom = $self->factory->name2term('derives_from');
Expand Down

0 comments on commit 8970d20

Please sign in to comment.