mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-12 19:24:53 +00:00
chore(essentials): Cleans up some debug statements no longer needed
This commit is contained in:
@@ -33,14 +33,14 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
||||
public uint DefaultMeetingDurationMin { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// CR LF
|
||||
/// CR LF CR LF Delimits an echoed response to a command
|
||||
/// </summary>
|
||||
private const string EchoDelimiter = "\x0D\x0A\x0D\x0A";
|
||||
|
||||
private const string SendDelimiter = "\x0D";
|
||||
|
||||
/// <summary>
|
||||
/// CR LF } CR LF
|
||||
/// CR LF } CR LF Delimits a JSON response
|
||||
/// </summary>
|
||||
private const string JsonDelimiter = "\x0D\x0A\x7D\x0D\x0A";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user