提交 c0d177b9 编写于 作者: Y yanmengzhao

remove unuseful log

Signed-off-by: Nyanmengzhao <yanmengzhao1@huawei.com>
上级 18080436
...@@ -598,11 +598,8 @@ void OpenHidebug(const char *name) ...@@ -598,11 +598,8 @@ void OpenHidebug(const char *name)
dlclose(handle); dlclose(handle);
break; break;
} }
bool ret = (*initParam)(name); (*initParam)(name);
if (!ret) {
INIT_LOGV("init parameters failed.\n");
}
dlclose(handle); dlclose(handle);
} while (0); } while (0);
#endif #endif
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册