update common/src/utils/ipc_utils.cpp.

Signed-off-by: torrizo <lishenhao2@huawei.com>
This commit is contained in:
torrizo 2024-08-09 03:07:08 +00:00 committed by Gitee
parent d19b6ea65b
commit b985f64da7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -223,7 +223,6 @@ bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::map<std::string, std::s
}
std::string key = item.substr(0, position);
std::string value = item.substr(position + 1);
HILOGI("the key is %{public}s, value is %{public}s", key.c_str(), value.c_str());
params[key] = value;
}
return true;