From 36f6d03a01a41545aba87f01afc0b98a90f9c1b4 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Fri, 25 Nov 2022 15:33:28 +0100 Subject: [PATCH] Changed Update code --- WeeXnes/Views/Settings/SettingsView.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/WeeXnes/Views/Settings/SettingsView.xaml.cs b/WeeXnes/Views/Settings/SettingsView.xaml.cs index 938a557..045857c 100644 --- a/WeeXnes/Views/Settings/SettingsView.xaml.cs +++ b/WeeXnes/Views/Settings/SettingsView.xaml.cs @@ -88,7 +88,6 @@ namespace WeeXnes.Views.Settings GithubApiResponse apiResponseData = JsonConvert.DeserializeObject(downloadString); if (apiResponseData.tag_name != Information.Version) { - Console.WriteLine("Update blabla " + apiResponseData.tag_name); Data.updateResponse = apiResponseData; DialogUpdate.Content = apiResponseData.tag_name + " is avaiable"; DialogUpdate.Show();