mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-23 17:15:29 +00:00
Remove Debug print
This commit is contained in:
parent
39409d4ea3
commit
1294896ec6
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue