remove debug code

This commit is contained in:
fyr77 2020-08-04 18:14:17 +02:00
parent 26df20827f
commit 1931225377

View file

@ -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
{