mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-11-24 06:00:55 +01:00
Remove stray debug message.
This commit is contained in:
parent
5b24c8d681
commit
758c4d0471
1 changed files with 0 additions and 2 deletions
|
@ -138,8 +138,6 @@ bool NimBLEService::start() {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("adding disc %s\n", dsc->toString().c_str());
|
|
||||||
|
|
||||||
pDscs[j].uuid = dsc->getUUID().getBase();
|
pDscs[j].uuid = dsc->getUUID().getBase();
|
||||||
pDscs[j].att_flags = dsc->getProperties();
|
pDscs[j].att_flags = dsc->getProperties();
|
||||||
pDscs[j].min_key_size = 0;
|
pDscs[j].min_key_size = 0;
|
||||||
|
|
Loading…
Reference in a new issue