From 1294896ec656be7921ca7248d429da5d05ed2120 Mon Sep 17 00:00:00 2001
From: Dork Normalize <nope>
Date: Sun, 6 Apr 2025 20:46:58 -0700
Subject: [PATCH] Remove Debug print

---
 AutoTrackR2/HomePage.xaml.cs | 1 -
 1 file changed, 1 deletion(-)

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;