Skip to content

Commit

Permalink
Remove dead comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Maischein committed Jun 8, 2011
1 parent 6876e44 commit d8f1c7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/ffeedflotr.pl
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ =head1 OPTIONS
autoclose => ($stream or $outfile),
);

# XXX Find out why Firefox does not like Javascript in data: URLs
# and what we can do about it (tempfile?)
#my $c = do { open my $fh, '<', "template/ffeedflotr.htm" or die "$!"; binmode $fh; local $/; <$fh> };
#$mech->update_html($c);
$mech->get_local('../template/ffeedflotr.htm');

# Now, resize the container in our template
Expand Down

0 comments on commit d8f1c7d

Please sign in to comment.