Skip to content

Commit

Permalink
Remove accidental echo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Nov 4, 2012
1 parent 47e8f26 commit 1e896cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/React/Gifsocket/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ public function __invoke($request, $response)
$this->gifStreams->attach($gif);

$response->on('close', function () use ($gif) {
echo "response:close\n";

$this->gifStreams->detach($gif);
$gif->close();
});
Expand Down

0 comments on commit 1e896cd

Please sign in to comment.