diff --git a/EnvyUpdate/MainWindow.xaml.cs b/EnvyUpdate/MainWindow.xaml.cs index 31b24c7..ae45cde 100644 --- a/EnvyUpdate/MainWindow.xaml.cs +++ b/EnvyUpdate/MainWindow.xaml.cs @@ -24,12 +24,6 @@ namespace EnvyUpdate InitializeComponent(); Title += " " + GlobalVars.version; - if (Util.GetNewVer() != GlobalVars.version) - { - MessageBox.Show("yes"); - } - MessageBox.Show(Util.GetNewVer()); - // Try to get command line arguments try {