remove debug code
This commit is contained in:
parent
26df20827f
commit
1931225377
1 changed files with 0 additions and 6 deletions
|
@ -24,12 +24,6 @@ namespace EnvyUpdate
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
Title += " " + GlobalVars.version;
|
Title += " " + GlobalVars.version;
|
||||||
|
|
||||||
if (Util.GetNewVer() != GlobalVars.version)
|
|
||||||
{
|
|
||||||
MessageBox.Show("yes");
|
|
||||||
}
|
|
||||||
MessageBox.Show(Util.GetNewVer());
|
|
||||||
|
|
||||||
// Try to get command line arguments
|
// Try to get command line arguments
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue