remove debug dump of body
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 12 Jan 2013 13:56:56 +0000 (14:56 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 12 Jan 2013 13:56:56 +0000 (14:56 +0100)
angular-server.pl

index 32ef31c..7b75c41 100755 (executable)
@@ -250,8 +250,6 @@ hook after_dispatch => sub {
 
        return if $self->res->headers->header('ETag');
 
-warn "## body $body";
-
        my $our_etag = Mojo::ByteStream->new($body . $VERSION)->md5_sum;
        $self->res->headers->header('ETag' => $our_etag);