mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Commented out unnecessary debug statements after testing.
This commit is contained in:
parent
589b21461c
commit
d45c661ab3
5 changed files with 3 additions and 3 deletions
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.
Loading…
Add table
Add a link
Reference in a new issue