Commit 72673a35 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed the "banner" when the server is starting

parent 96b71318
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -505,8 +505,6 @@ int main(int argc, char *argv[])
  /* start accepting connections */
  listen(sock, 5);

  fprintf(stderr, "*** %s listening on port %u ***\n", VERSION, port);

  while (1) {
    int doc;