remove message

This commit is contained in:
Glax 2023-12-31 19:11:49 +01:00
parent fcc584d37b
commit d90f95f50b

View File

@ -81,7 +81,6 @@ public class OSCCollar
if (!skipSetup) if (!skipSetup)
{ {
Console.WriteLine($"OSC Port: {this._portReceive} TCP Port: {this.OscQueryService.TcpPort}");
Console.WriteLine("Position your GPS receivers:"); Console.WriteLine("Position your GPS receivers:");
Console.WriteLine($"GPS 1 x: {GPS1.X} y: {GPS1.Y}"); Console.WriteLine($"GPS 1 x: {GPS1.X} y: {GPS1.Y}");
Console.WriteLine($"GPS 2 x: {GPS2.X} y: {GPS2.Y}"); Console.WriteLine($"GPS 2 x: {GPS2.X} y: {GPS2.Y}");