1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-06 10:34:09 +00:00

Removed debug printf that was left in

This commit is contained in:
Bryan Roe
2020-12-04 13:41:00 -08:00
parent 76b0f2348b
commit f3c530097c

View File

@@ -857,7 +857,6 @@ void ILibDuktape_MeshAgent_RemoteDesktop_EndSink(ILibDuktape_DuplexStream *strea
duk_pop(ptrs->ctx); // ...
#if defined(_LINKVM) && defined(_POSIX) && !defined(__APPLE__)
if (ptrs->kvmPipe != NULL) { ILibProcessPipe_FreePipe(ptrs->kvmPipe); }
printf("Just destroyed kvmPipe\n");
#endif
memset(ptrs, 0, sizeof(RemoteDesktop_Ptrs));
}