diff --git a/components/ocs_system/device_id.cpp b/components/ocs_system/device_id.cpp index d899f93d..52b4ddd3 100644 --- a/components/ocs_system/device_id.cpp +++ b/components/ocs_system/device_id.cpp @@ -50,8 +50,6 @@ DeviceID::DeviceID(const char* uuid) { id_.reset(new (std::nothrow) security::sha_to_hex_str(sha.data(), sha.size())); configASSERT(id_); - - ocs_logi(log_tag, "device ID generated: id=%s", id_->c_str()); } const char* DeviceID::get_id() const {