client: remove wsc capability indicator

This commit is contained in:
Tim Kourt 2018-07-24 16:17:16 -07:00 committed by Denis Kenzior
parent a865f60c54
commit dbe36df5ae
1 changed files with 0 additions and 3 deletions

View File

@ -70,9 +70,6 @@ static void display_device(const struct proxy_interface *proxy)
device->adapter) ? : "");
}
display("%s%*s %-*s%-*s\n", MARGIN, 8, "", 20, "WSC-capable",
47, device->wsc ? "yes" : "no");
display_table_footer();
}