From 9ed779417f95dbd3f31cab96e151b152d601f569 Mon Sep 17 00:00:00 2001 From: buffet Date: Wed, 10 Apr 2019 11:41:47 +0200 Subject: [PATCH] removed log i added by accident --- kiwmi/frontend.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kiwmi/frontend.c b/kiwmi/frontend.c index 2e64dce..a8b9a60 100644 --- a/kiwmi/frontend.c +++ b/kiwmi/frontend.c @@ -85,8 +85,6 @@ ipc_connection(int fd, uint32_t mask, void *UNUSED(data)) msg[msg_len] = '\0'; - wlr_log(WLR_ERROR, "%s", msg); - // TODO: handle properly fclose(client_file);