From fe8b10a7428a6aea066956d7f3d39bca54de321a Mon Sep 17 00:00:00 2001 From: Charlotte Meyer 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 a112ea4..3e845e1 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);