Skip to content

Commit

Permalink
Remove duplicate message about server address
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Apr 15, 2023
1 parent bd056db commit d4c8264
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Command/Serve.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
return self::EXIT_CODE_NO_ROUTING_FILE;
}

$output->writeLn("Server started on <href=http://$address/>http://$address/</>");
$output->writeLn("Document root is \"$documentRoot\"");

if ($router) {
Expand Down

0 comments on commit d4c8264

Please sign in to comment.