From 28a2e6b2ac28dcd5701142c3ea1b25e1bbc7b9a7 Mon Sep 17 00:00:00 2001 From: buzhenwang Date: Thu, 8 Sep 2022 11:45:26 +0800 Subject: [PATCH] fixed 85b7912 from https://gitee.com/buzhenwang/third_party_jsframework/pulls/672 perviewer support hilog js api Signed-off-by: buzhenwang --- runtime/main/extend/systemplugin/napi/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime/main/extend/systemplugin/napi/index.js b/runtime/main/extend/systemplugin/napi/index.js index 7c11b73e..bbd079a6 100644 --- a/runtime/main/extend/systemplugin/napi/index.js +++ b/runtime/main/extend/systemplugin/napi/index.js @@ -64,7 +64,6 @@ import { mockProcess } from './ohos_process' import { mockUrl } from './ohos_url' import { mockHiAppEvent } from './ohos_hiAppEvent' import { mockHiChecker } from './ohos_hichecker' -import { mockHilog } from './ohos_hilog' import { mockHiSysEvent } from './ohos_hiSysEvent' import { mockHiTraceChain } from './ohos_hiTraceChain' import { mockHiTraceMeter } from './ohos_hiTraceMeter' @@ -402,8 +401,6 @@ export function mockRequireNapiFun() { return mockHiChecker(); case "hiAppEvent": return mockHiAppEvent(); - case "hilog": - return mockHilog(); case "hiSysEvent": return mockHiSysEvent(); case "hidebug":