Browse Source

Fix MQTTnet.Server startup colors.

release/3.x.x
Christian Kratky 5 years ago
parent
commit
6af58ad90d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      Source/MQTTnet.Server/Program.cs

+ 0
- 2
Source/MQTTnet.Server/Program.cs View File

@@ -47,8 +47,6 @@ namespace MQTTnet.Server
Console.ForegroundColor = ConsoleColor.White; Console.ForegroundColor = ConsoleColor.White;
Console.WriteLine("The official MQTT server implementation of MQTTnet"); Console.WriteLine("The official MQTT server implementation of MQTTnet");
Console.WriteLine("Copyright (c) 2017-2019 The MQTTnet Team"); Console.WriteLine("Copyright (c) 2017-2019 The MQTTnet Team");

Console.ForegroundColor = ConsoleColor.Blue;
Console.WriteLine(@"https://github.com/chkr1011/MQTTnet"); Console.WriteLine(@"https://github.com/chkr1011/MQTTnet");


Console.ForegroundColor = ConsoleColor.White; Console.ForegroundColor = ConsoleColor.White;


Loading…
Cancel
Save