From 4ae22b72a1d565fea23f9f9022503b655bad2353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 30 Oct 2019 20:28:21 +0100 Subject: [PATCH] term: fdm_shutdown(): remove debug output --- terminal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/terminal.c b/terminal.c index 04c39937..f32586ff 100644 --- a/terminal.c +++ b/terminal.c @@ -550,7 +550,6 @@ fdm_shutdown(struct fdm *fdm, int fd, int events, void *data) } wayl->last_exit_value = term_destroy(term); - LOG_WARN("last-exit-value: %d", wayl->last_exit_value); return true; }