Skip to content

Commit

Permalink
small code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed May 9, 2010
1 parent 52141e7 commit ec08341
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/Bio/Graphics/Browser2/RenderPanels.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1390,10 +1390,9 @@ sub run_local_requests {
my $elapsed = time() - $time;
warn "[$$] run_local_requests (@$labels): $elapsed seconds" if DEBUG;

for my $l (keys %$requests) { # make sure requests are populated
$requests->{$l}->get_data(1); # the argument turns off expiration checking
}

# make sure requests are populated
# the "1" argument turns off expiration checking
$requests->{$_}->get_data(1) foreach keys %$requests;
}

sub render_hidden_track {
Expand Down

0 comments on commit ec08341

Please sign in to comment.