Skip to content

Commit 701c010

Browse files
committed
Do not log generated device ID
1 parent 64813ee commit 701c010

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/ocs_system/device_id.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ DeviceID::DeviceID(const char* uuid) {
5050

5151
id_.reset(new (std::nothrow) security::sha_to_hex_str(sha.data(), sha.size()));
5252
configASSERT(id_);
53-
54-
ocs_logi(log_tag, "device ID generated: id=%s", id_->c_str());
5553
}
5654

5755
const char* DeviceID::get_id() const {

0 commit comments

Comments
 (0)