From 30361aadd406e8d33671aea223b3e0a119a1d503 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 27 Aug 2018 16:29:07 -0400 Subject: Moved the debug message to launcher --- Project Ports/Desktop.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'Project Ports/Desktop.cs') 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(); -- cgit v1.2.3