Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit bdf966c

Browse files
committed
#81. Remove split testing comments.
1 parent 55f29e4 commit bdf966c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/MMALSharp/Callbacks/VideoOutputCallbackHandler.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ public override void Callback(IBuffer buffer)
8989
// Ensure that if we need to split then this is done before processing the buffer data.
9090
if (this.Split != null)
9191
{
92-
MMALLog.Logger.LogInformation("Split not null.");
93-
9492
if (!this.LastSplit.HasValue)
9593
{
9694
LastSplit = DateTime.Now;

0 commit comments

Comments
 (0)