mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
ZoomRoom.cs, commented out Debug statement @ line 874 to remove 'JSON Curly Brace Count:' messages in console when using debug level 2.
This commit is contained in:
parent
63853739f3
commit
ac0d5e59a0
1 changed files with 2 additions and 1 deletions
|
|
@ -870,7 +870,8 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
||||||
_jsonCurlyBraceCounter--;
|
_jsonCurlyBraceCounter--;
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug.Console(2, this, "JSON Curly Brace Count: {0}", _jsonCurlyBraceCounter);
|
// TODO [X] 2021-05-12, jkd: turned off to reduce console traffic
|
||||||
|
//Debug.Console(2, this, "JSON Curly Brace Count: {0}", _jsonCurlyBraceCounter);
|
||||||
|
|
||||||
if (!_jsonFeedbackMessageIsIncoming && message.Trim('\x20') == "{" + Delimiter)
|
if (!_jsonFeedbackMessageIsIncoming && message.Trim('\x20') == "{" + Delimiter)
|
||||||
// Check for the beginning of a new JSON message
|
// Check for the beginning of a new JSON message
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue