From 6fb1bf3813abb6072c8f55b6a314c2ca75567a73 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 17 Dec 2018 15:57:22 +0200 Subject: [PATCH] Removed debug code --- Crypto Notepad/MainForm.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 90c8343..fb519fd 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -949,11 +949,11 @@ private void findToolStripMenuItem2_Click(object sender, EventArgs e) private void documentationToolStripMenuItem_Click(object sender, EventArgs e) { - //Process.Start("https://github.com/Sigmanor/Crypto-Notepad/wiki/Documentation"); - MessageBox.Show("currentFilename: " + currentFilename); - MessageBox.Show("encryptionKey: " + PublicVar.encryptionKey.Get()); - MessageBox.Show("TypedPassword: " + TypedPassword.Value); - MessageBox.Show("filePath: " + filePath); + Process.Start("https://github.com/Sigmanor/Crypto-Notepad/wiki/Documentation"); + //MessageBox.Show("currentFilename: " + currentFilename); + //MessageBox.Show("encryptionKey: " + PublicVar.encryptionKey.Get()); + //MessageBox.Show("TypedPassword: " + TypedPassword.Value); + //MessageBox.Show("filePath: " + filePath); } private void ToolsToolStripMenuItem_DropDownOpened(object sender, EventArgs e)