module/i3: one more malformed IPC error message removed

This commit is contained in:
Daniel Eklöf 2019-02-17 21:51:48 +01:00
parent fd955fa3ac
commit 11eff5b13b

View file

@ -65,7 +65,6 @@ workspace_from_json(const struct json_object *json, struct workspace *ws)
if (!json_object_object_get_ex(json, "name", &name) || if (!json_object_object_get_ex(json, "name", &name) ||
!json_object_object_get_ex(json, "output", &output)) !json_object_object_get_ex(json, "output", &output))
{ {
LOG_ERR("malformed 'workspace' IPC reply");
return false; return false;
} }