Skip to content

Commit 26ad330

Browse files
committed
Update ReactServer.php
1 parent 574e7b7 commit 26ad330

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Ubiquity/servers/react/ReactServer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ public function run($port){
6969
$loop = \React\EventLoop\Factory::create();
7070
$socket = new \React\Socket\Server($port, $loop);
7171
$this->server->listen($socket);
72-
73-
echo "Running react server at http://127.0.0.1:$port\n";
74-
7572
$loop->run();
7673
}
7774

0 commit comments

Comments
 (0)