mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
Commented out unnecessary debug statements after testing.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -224,7 +224,7 @@ namespace PepperDash.Essentials.Devices.Common.DSP
|
|||||||
{
|
{
|
||||||
// Expected response belongs to a child class
|
// Expected response belongs to a child class
|
||||||
QueuedCommand tempCommand = (QueuedCommand)CommandQueue.TryToDequeue();
|
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);
|
tempCommand.ControlPoint.ParseGetMessage(tempCommand.AttributeCode, args.Text);
|
||||||
}
|
}
|
||||||
@@ -232,7 +232,7 @@ namespace PepperDash.Essentials.Devices.Common.DSP
|
|||||||
{
|
{
|
||||||
// Expected response belongs to this class
|
// Expected response belongs to this class
|
||||||
string temp = (string)CommandQueue.TryToDequeue();
|
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)
|
//if (CommandQueue.IsEmpty)
|
||||||
// CommandQueueInProgress = false;
|
// 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)
|
//foreach (object o in CommandQueue)
|
||||||
//{
|
//{
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user