From 37700e4341e511daa2b7492ae43415d9489c16a4 Mon Sep 17 00:00:00 2001 From: sagirilover Date: Mon, 1 Jun 2020 00:54:24 +0300 Subject: [PATCH] . --- AnimeSoftware/Checks.cs | 1 - 1 file changed, 1 deletion(-) 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);