remove a console writeline from previous checkin

This commit is contained in:
Kathy Ruffing 2016-01-26 11:49:08 +00:00
parent 2844a4a38d
commit e8317e329a
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
namespace Volian.Controls.Library
{
partial class vlnTreeView
partial class vlnTreeSectionInfoEventArgs
{
/// <summary>
/// Required designer variable.

View File

@ -881,7 +881,6 @@ namespace Volian.Controls.Library
// in the following, 'Copy' is not allowed for any procedure/section/step that is enhanced. Note that this may be
// changed later, but for the initial enhanced development it was decided to not allow copy of enhanced since paste would
// require clearing of all enhanced config data or mapping it to existing data (quite complicated)
Console.WriteLine("EnhancedStep: {0}, EnhancedSection: {1}, EnhancedProcedure: {2}", i.IsEnhancedStep, i.IsEnhancedSection, i.IsEnhancedProcedure);
if ((ui.IsAdministrator() || ui.IsSetAdministrator(i.MyProcedure.MyDocVersion) || ui.IsWriter(i.MyProcedure.MyDocVersion)) && (!i.IsEnhancedStep && !i.IsEnhancedProcedure && !i.IsEnhancedSection))
cm.MenuItems.Add("Copy", new EventHandler(mi_Click));
}