From a312dcb3da39ea8ad83535b885fa21e505da53e5 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Mon, 29 Oct 2018 13:36:48 +0000 Subject: [PATCH] Remove a debug message Signed-off-by: Yuxuan Shui --- src/compton.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compton.c b/src/compton.c index c9b3606..d74ac9d 100644 --- a/src/compton.c +++ b/src/compton.c @@ -4732,7 +4732,6 @@ delayed_draw_callback(EV_P_ ev_idle *w, int revents) { return; double delay = swopti_handle_timeout(sw->ps); - printf_errf("(): %lf", delay); if (delay < 1e-6) return _draw_callback(EV_A_ sw->ps, revents);