Skip to content

Commit bd987a3

Browse files
committed
Remove debug info about singals in libuv for node loader.
1 parent 5fd817a commit bd987a3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/loaders/node_loader/source/node_loader_impl.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4498,13 +4498,6 @@ void node_loader_impl_walk_async_handles_count(uv_handle_t *handle, void *arg)
44984498
{
44994499
(*async_count)++;
45004500
}
4501-
4502-
if (handle->type == UV_SIGNAL)
4503-
{
4504-
// TODO: Remove this. Debug signals in ^14.x for destroying properly.
4505-
uv_signal_t *signal = (uv_signal_t *)handle;
4506-
printf("DEBUG SIGNAL: %d\n", signal->signum);
4507-
}
45084501
}
45094502

45104503
int64_t node_loader_impl_async_handles_count(loader_impl_node node_impl)

0 commit comments

Comments
 (0)