From ef7cb366cec5c2ae93ae2514739ab70ce1b385da Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 15 Oct 2019 20:20:36 +0300 Subject: [PATCH] Removed "Debug" from the main menu (Available on Ctrl+Space shortcut) --- Crypto Notepad/MainForm.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 5ef0b15..5d78e2a 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -780,9 +780,6 @@ private void MainWindow_Load(object sender, EventArgs e) { ContextMenuEncryptReplace(); } -#if DEBUG - debugMainMenu.Visible = true; -#endif } private void RichTextBox_SelectionChanged(object sender, EventArgs e)