diff --git a/AnimeSoftware/Checks.cs b/AnimeSoftware/Checks.cs index 9baa36c..fc06783 100644 --- a/AnimeSoftware/Checks.cs +++ b/AnimeSoftware/Checks.cs @@ -44,7 +44,6 @@ namespace AnimeSoftware using (WebClient client = new WebClient()) { string s = client.DownloadString(url); - Console.WriteLine(s); if (version != s.Substring(0, 5)) { DialogResult result = MessageBox.Show("New update: " + s + "\nRedirect to github?", "New version.", MessageBoxButtons.YesNo);