diff --git a/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.projectinfo b/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.projectinfo index 8a6cc2b2..d106e601 100644 Binary files a/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.projectinfo and b/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.projectinfo differ diff --git a/Essentials DM/Essentials_DM/Essentials_DM.projectinfo b/Essentials DM/Essentials_DM/Essentials_DM.projectinfo index 1073cf8c..0de19ca2 100644 Binary files a/Essentials DM/Essentials_DM/Essentials_DM.projectinfo and b/Essentials DM/Essentials_DM/Essentials_DM.projectinfo differ diff --git a/Essentials Devices Common/Essentials Devices Common/DSP/BiampTesira/BiampTesiraForteDsp.cs b/Essentials Devices Common/Essentials Devices Common/DSP/BiampTesira/BiampTesiraForteDsp.cs index 325dbfd9..4da70241 100644 --- a/Essentials Devices Common/Essentials Devices Common/DSP/BiampTesira/BiampTesiraForteDsp.cs +++ b/Essentials Devices Common/Essentials Devices Common/DSP/BiampTesira/BiampTesiraForteDsp.cs @@ -224,7 +224,7 @@ namespace PepperDash.Essentials.Devices.Common.DSP { // Expected response belongs to a child class QueuedCommand tempCommand = (QueuedCommand)CommandQueue.TryToDequeue(); - Debug.Console(1, this, "Command Dequeued. CommandQueue Size: {0}", CommandQueue.Count); + //Debug.Console(1, this, "Command Dequeued. CommandQueue Size: {0}", CommandQueue.Count); tempCommand.ControlPoint.ParseGetMessage(tempCommand.AttributeCode, args.Text); } @@ -232,7 +232,7 @@ namespace PepperDash.Essentials.Devices.Common.DSP { // Expected response belongs to this class string temp = (string)CommandQueue.TryToDequeue(); - Debug.Console(1, this, "Command Dequeued. CommandQueue Size: {0}", CommandQueue.Count); + //Debug.Console(1, this, "Command Dequeued. CommandQueue Size: {0}", CommandQueue.Count); } @@ -319,7 +319,7 @@ namespace PepperDash.Essentials.Devices.Common.DSP //if (CommandQueue.IsEmpty) // CommandQueueInProgress = false; - Debug.Console(1, this, "CommandQueue has {0} Elements:\n", CommandQueue.Count); + //Debug.Console(1, this, "CommandQueue has {0} Elements:\n", CommandQueue.Count); //foreach (object o in CommandQueue) //{ diff --git a/Essentials Devices Common/Essentials Devices Common/Essentials Devices Common.projectinfo b/Essentials Devices Common/Essentials Devices Common/Essentials Devices Common.projectinfo index bdce5c58..a730c6f7 100644 Binary files a/Essentials Devices Common/Essentials Devices Common/Essentials Devices Common.projectinfo and b/Essentials Devices Common/Essentials Devices Common/Essentials Devices Common.projectinfo differ diff --git a/Essentials/PepperDashEssentials/PepperDashEssentials.projectinfo b/Essentials/PepperDashEssentials/PepperDashEssentials.projectinfo index 9559f31d..537afda3 100644 Binary files a/Essentials/PepperDashEssentials/PepperDashEssentials.projectinfo and b/Essentials/PepperDashEssentials/PepperDashEssentials.projectinfo differ