We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64813ee commit 701c010Copy full SHA for 701c010
components/ocs_system/device_id.cpp
@@ -50,8 +50,6 @@ DeviceID::DeviceID(const char* uuid) {
50
51
id_.reset(new (std::nothrow) security::sha_to_hex_str(sha.data(), sha.size()));
52
configASSERT(id_);
53
-
54
- ocs_logi(log_tag, "device ID generated: id=%s", id_->c_str());
55
}
56
57
const char* DeviceID::get_id() const {
0 commit comments