Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Feb 28, 2012
1 parent 3e840f8 commit 760ae39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Biome/Role/Location/Simple.pm
Expand Up @@ -175,8 +175,7 @@ sub to_string {

# TODO: should be in Split role, with a method modifier?
if (is_Split_Location_Type($type)) {
my @segs = #$self->guide_strand >= 0 ? $self->sub_Locations :
$self->sub_Locations;
my @segs = $self->sub_Locations;
my $str;
if ($self->strand == -1) {
$str = lc($type).'('.join(',', map {$_->to_string} @segs).')';
Expand Down

0 comments on commit 760ae39

Please sign in to comment.