From b5110d22ab9854f8b46a0d5e32cef86624e13b09 Mon Sep 17 00:00:00 2001 From: Slivo-fr Date: Thu, 11 Nov 2021 15:50:06 +0100 Subject: [PATCH] remove debug logs --- Elinor/Updates.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Elinor/Updates.cs b/Elinor/Updates.cs index da0b7c5..cee3fc2 100644 --- a/Elinor/Updates.cs +++ b/Elinor/Updates.cs @@ -54,9 +54,6 @@ public static void CheckForUpdates() var fvi = FileVersionInfo.GetVersionInfo(assembly.Location); var currentVersion = new Version(fvi.ProductVersion); - Console.WriteLine(currentVersion); - Console.WriteLine(newVersion); - if (newVersion > currentVersion) { // TODO: Manage new version check