Remove OutputDebugString

This commit is contained in:
Christian Semmler 2023-12-25 17:51:15 -05:00
parent c8ec60b62c
commit 33bf35af95
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -256,7 +256,6 @@ MxResult MxDSBuffer::ParseChunk(
)
{
// TODO
OutputDebugString("ParseChunk() todo\n");
return FAILURE;
}