Navigation Menu

Skip to content

Commit

Permalink
remove some debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 9, 2016
1 parent 4324a82 commit 1fb9fb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -128,7 +128,6 @@ sub _finish {

# Successful upgrade
if ($ws->handshake($tx->next(undef))->res->code == 101) {
warn Mojo::Util::dumper $c;
$c = $self->{connections}{$id}
= Mojo::Channel::WebSocket::Server->new(tls => $c->{tls}, tx => $ws);
weaken $self;
Expand Down

0 comments on commit 1fb9fb8

Please sign in to comment.