diff --git a/frameworks/innerkitsimpl/common/src/pixel_map.cpp b/frameworks/innerkitsimpl/common/src/pixel_map.cpp index 4b278b056bc0b810bd9bff6ec35ee788dd380b37..f070744b3beb388b2debec9e0009b0085b536a28 100644 --- a/frameworks/innerkitsimpl/common/src/pixel_map.cpp +++ b/frameworks/innerkitsimpl/common/src/pixel_map.cpp @@ -512,7 +512,6 @@ uint32_t PixelMap::SetMemoryName(const std::string &pixelMapName) { #if !defined(_WIN32) && !defined(_APPLE) && !defined(IOS_PLATFORM) && !defined(ANDROID_PLATFORM) if (GetFd() == nullptr) { - IMAGE_LOGE("PixelMap null, set name failed"); return ERR_MEMORY_NOT_SUPPORT; }