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();