drmtest: Squelch the rude interrupter

Stop printing the debugging information of how many times we emitted a
signal.
This commit is contained in:
Chris Wilson 2013-08-16 12:15:00 +01:00
parent 1b17cb9d04
commit 6332994c26

View File

@ -674,8 +674,10 @@ void igt_stop_signal_helper(void)
} else
return;
#if 0
if (sig_stat)
fprintf(stdout, "signal handler called %llu times\n", sig_stat);
#endif
sig_stat = 0;
signal_helper = -1;