~duncan-bayne/halp

9913fb2d368947c06d57505efde9fdaed12d4c79 — Duncan Bayne 1 year, 24 days ago 784c332
Remove printf debugging
1 files changed, 0 insertions(+), 4 deletions(-)

M lib/Halp/WebServer.pm
M lib/Halp/WebServer.pm => lib/Halp/WebServer.pm +0 -4
@@ 149,10 149,6 @@ sub handle_file {
sub handle_atom_feed {
    my ($self, $request_path, $local_path) = @_;

    print STDERR "+++ request_path $request_path\n";
    print STDERR "+++ local_path $local_path\n";
    print STDERR "+++ web_path $self->{web_path}\n";

    my $atom_feed = feed_for($request_path, $local_path, $self->{web_path}, $self->{domain}, $self->{author});
    return {content_type => 'application/xml+atom', content => $atom_feed};
}