Bluetooth: Mesh: Remove unintentional dbg string

Remove debug string that accidentally got merged to
the mesh shell cfg file.

Signed-off-by: Anders Storrø <anders.storro@nordicsemi.no>
This commit is contained in:
Anders Storrø 2023-06-05 09:59:05 +02:00 committed by Anas Nashif
commit e4c7ce3316

View file

@ -807,7 +807,6 @@ static int cmd_node_id(const struct shell *sh, size_t argc, char *argv[])
} }
if (argc <= 2) { if (argc <= 2) {
printk("ANders\n");
err = bt_mesh_cfg_cli_node_identity_get(bt_mesh_shell_target_ctx.net_idx, err = bt_mesh_cfg_cli_node_identity_get(bt_mesh_shell_target_ctx.net_idx,
bt_mesh_shell_target_ctx.dst, net_idx, &status, bt_mesh_shell_target_ctx.dst, net_idx, &status,
&identify); &identify);