diff --git a/AutoTrackR2/HomePage.xaml.cs b/AutoTrackR2/HomePage.xaml.cs
index 359b02d..5717c2e 100644
--- a/AutoTrackR2/HomePage.xaml.cs
+++ b/AutoTrackR2/HomePage.xaml.cs
@@ -136,7 +136,6 @@ public partial class HomePage : UserControl
             Dispatcher.Invoke(() =>
             {
                 PlayerShipTextBox.Text = data.ShipName;
-                Console.WriteLine(data.ShipName);
                 AdjustFontSize(PlayerShipTextBox);
                 LocalPlayerData.PlayerShip = data.ShipName;
                 LocalPlayerData.LastSeenVehicleLocation = data.Location;