aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Desktop.cs
diff options
context:
space:
mode:
authorAndrew <alee14498@gmail.com>2018-08-27 16:29:07 -0400
committerAndrew <alee14498@gmail.com>2018-08-27 16:29:07 -0400
commit30361aadd406e8d33671aea223b3e0a119a1d503 (patch)
tree56475b216f29b04668b34ef9c6b4cc7a7e4c2809 /Project Ports/Desktop.cs
parentd515e39997ce08f9ea58f6113a648c0fc0c93322 (diff)
downloadProject-Silicon-30361aadd406e8d33671aea223b3e0a119a1d503.tar.gz
Project-Silicon-30361aadd406e8d33671aea223b3e0a119a1d503.tar.bz2
Project-Silicon-30361aadd406e8d33671aea223b3e0a119a1d503.zip
Moved the debug message to launcher
Diffstat (limited to 'Project Ports/Desktop.cs')
-rw-r--r--Project Ports/Desktop.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs
index 2697ee6..1d531c8 100644
--- a/Project Ports/Desktop.cs
+++ b/Project Ports/Desktop.cs
@@ -50,9 +50,6 @@ namespace Project_Ports
private void Desktop_Load(object sender, EventArgs e)
{
- #if DEBUG
- MessageBox.Show("You have set the build to \"Debug\" there are some features that is disabled in this build.");
- #endif
dclock.Start();
desktopWatermark.Text = "Project: Ports " + Properties.Settings.Default.version + Environment.NewLine + "Working Progress";
appMenu.Hide();