Skip to content

Commit

Permalink
remove stray debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Mar 6, 2018
1 parent 723fc75 commit 9c4b389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/io/signals.c
Expand Up @@ -42,7 +42,6 @@ static void setup(MVMThreadContext *tc, uv_loop_t *loop, MVMObject *async_task,

static void cancel(MVMThreadContext *tc, uv_loop_t *loop, MVMObject *async_task, void *data) {
SignalInfo *si = (SignalInfo *)data;
fprintf(stderr, "cancelling signal\n");
if (si->work_idx >= 0) {
if (!uv_is_closing((uv_handle_t *)&(si->handle)))
uv_signal_stop(&si->handle);
Expand Down

0 comments on commit 9c4b389

Please sign in to comment.