Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed some leftover debug code
  • Loading branch information
kraih committed Nov 21, 2014
1 parent b81be4f commit 67fa439
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Mojo/Server/Daemon.pm
Expand Up @@ -182,9 +182,7 @@ sub _read {
# Make sure we have a transaction and parse chunk
return unless my $c = $self->{connections}{$id};
my $tx = $c->{tx} ||= $self->_build_tx($id, $c);
warn
"-- Server <<< Client (@{[$tx->req->url->to_abs]})\n@{[Mojo::Util::dumper $chunk]}\n"
if DEBUG;
warn "-- Server <<< Client (@{[$tx->req->url->to_abs]})\n$chunk\n" if DEBUG;
$tx->server_read($chunk);

# Last keep-alive request or corrupted connection
Expand Down

0 comments on commit 67fa439

Please sign in to comment.