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:
parent
be1e7e8c37
commit
e4c7ce3316
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue