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; }