1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00

removed debug messages

This commit is contained in:
Bryan Roe
2020-12-03 18:23:58 -08:00
parent fa4b217943
commit 6e85f4d6bc

View File

@@ -171,7 +171,6 @@ duk_ret_t ILibDuktape_ChildProcess_Kill(duk_context *ctx)
if (p != NULL)
{
//printf("CTX shutting down: %d [%p]\n", duk_ctx_shutting_down(ctx), p->childProcess);
if (p->childProcess != NULL)
{
if (duk_ctx_shutting_down(ctx) == 0)
@@ -188,7 +187,6 @@ duk_ret_t ILibDuktape_ChildProcess_Kill(duk_context *ctx)
}
duk_ret_t ILibDuktape_ChildProcess_waitExit(duk_context *ctx)
{
printf("==> WaitExit() [ENTER]\n");
int timeout = duk_is_number(ctx, 0) ? duk_require_int(ctx, 0) : -1;
void *chain = Duktape_GetChain(ctx);
if (ILibIsChainBeingDestroyed(chain))