Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDragonBE committed Dec 5, 2018
1 parent b65b98c commit 468f32c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion GPDWin2XTUManager/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public partial class MainForm : Form
public MainForm(string[] args = null)
{
InitializeComponent();
MessageBox.Show(Shared.LogonRegistryKeyExists().ToString());
CheckForXTU();
StartXTUService();

Expand Down
3 changes: 3 additions & 0 deletions GPDWin2XTUManager/Options.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion GPDWin2XTUManager/Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace GPDWin2XTUManager
{
public static class Shared
{
public static readonly decimal VERSION = 1.10m;
public static readonly decimal VERSION = 1.02m;
public static readonly string SETTINGS_PATH = "Settings.json";
public static readonly string RUN_AT_LOGON_PATH = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Run";
public static readonly string APP_REG_KEY_VALUE = "GPDWin2XTUManager";
Expand Down

0 comments on commit 468f32c

Please sign in to comment.