delete redundant log of common

Signed-off-by: guowen666 <guowen31@huawei.com>
This commit is contained in:
guowen666 2023-11-26 16:52:41 +08:00
parent 2827c7aa0c
commit e925083217
2 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ int32_t SoftBusMutexInit(SoftBusMutex *mutex, SoftBusMutexAttr *mutexAttr)
return SOFTBUS_INVALID_PARAM;
}
if ((void *)*mutex != NULL) {
HILOG_WARN(SOFTBUS_HILOG_ID, "mutex is already init");
(void)pthread_mutex_unlock(&g_adapterStaticLock);
return SOFTBUS_OK;
}

View File

@ -203,7 +203,6 @@ void SoftBusServerStub::InitMemberPermissionMap()
int32_t SoftBusServerStub::OnRemoteRequest(uint32_t code,
MessageParcel &data, MessageParcel &reply, MessageOption &option)
{
COMM_LOGI(COMM_SVC, "SoftBusServerStub::OnReceived, code = %u", code);
SoftbusRecordCalledApiCnt(code);
if (data.ReadInterfaceToken() != GetDescriptor()) {
COMM_LOGE(COMM_SVC, "SOFTBUS_SERVER_NOT_INIT ReadInterfaceToken failed!");