diff --git a/frameworks/font/glyphs_manager.cpp b/frameworks/font/glyphs_manager.cpp index 056d4616311280cf3a2a4210976d5c8e168ab295..8478d171e3db90d9d3996101a71ea3225686bbe6 100755 --- a/frameworks/font/glyphs_manager.cpp +++ b/frameworks/font/glyphs_manager.cpp @@ -219,7 +219,6 @@ int8_t GlyphsManager::SetFile(int32_t fp, uint32_t start) bitMapSectionStart_ = glyphNodeSectionStart_ + size; ret = GlyphNodeCacheInit(); if (ret == RET_VALUE_OK) { - GRAPHIC_LOGE("GlyphsManager::SetFile GlyphNodeCacheInit failed"); isFileSet_ = true; }