From 11eff5b13b18c210a421426e9921a073d16b35e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 17 Feb 2019 21:51:48 +0100 Subject: [PATCH] module/i3: one more malformed IPC error message removed --- modules/i3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/i3.c b/modules/i3.c index 5c7074f..5f0b5d1 100644 --- a/modules/i3.c +++ b/modules/i3.c @@ -65,7 +65,6 @@ workspace_from_json(const struct json_object *json, struct workspace *ws) if (!json_object_object_get_ex(json, "name", &name) || !json_object_object_get_ex(json, "output", &output)) { - LOG_ERR("malformed 'workspace' IPC reply"); return false; }