Skip to content

Commit cf30967

Browse files
committed
Remove artifact
1 parent 14024f0 commit cf30967

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

EProcess/Adapter/BaseAdapter.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ protected function createUnixTransport()
4040
throw new \RuntimeException(sprintf('Cannot write to "%s".', EPROCESS_SOCKET_DIR));
4141
}
4242

43-
echo $this->getUnixSocketFile();
44-
echo PHP_EOL;
45-
4643
return new UnixTransport($this->loop, $this->getUnixSocketAddress());
4744
}
4845

0 commit comments

Comments
 (0)