remove a console writeline from previous checkin
This commit is contained in:
parent
2844a4a38d
commit
e8317e329a
@ -1,6 +1,6 @@
|
|||||||
namespace Volian.Controls.Library
|
namespace Volian.Controls.Library
|
||||||
{
|
{
|
||||||
partial class vlnTreeView
|
partial class vlnTreeSectionInfoEventArgs
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Required designer variable.
|
/// Required designer variable.
|
||||||
|
@ -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
|
// 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
|
// 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)
|
// 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))
|
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));
|
cm.MenuItems.Add("Copy", new EventHandler(mi_Click));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user