Skip to content

Commit

Permalink
Remove artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
cursedcoder committed Apr 13, 2016
1 parent 14024f0 commit cf30967
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions EProcess/Adapter/BaseAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ protected function createUnixTransport()
throw new \RuntimeException(sprintf('Cannot write to "%s".', EPROCESS_SOCKET_DIR));
}

echo $this->getUnixSocketFile();
echo PHP_EOL;

return new UnixTransport($this->loop, $this->getUnixSocketAddress());
}

Expand Down

0 comments on commit cf30967

Please sign in to comment.