From e194aa21a1439d223e08d24e9e352b3f3723f447 Mon Sep 17 00:00:00 2001 From: cff-gite Date: Tue, 30 Aug 2022 10:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B93.1release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cff-gite --- zh-cn/application-dev/reference/apis/js-apis-sensor.md | 1 - 1 file changed, 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-sensor.md b/zh-cn/application-dev/reference/apis/js-apis-sensor.md index 77714b8224..42e050d43a 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-sensor.md +++ b/zh-cn/application-dev/reference/apis/js-apis-sensor.md @@ -1965,7 +1965,6 @@ createRotationMatrix(rotationVector: Array<number>, callback: AsyncCallbac err.message); return; } - console.info("SensorJsAPI--->Successed to get createRotationMatrix interface get data: " + data); for (var i=0; i < data.length; i++) { console.info("data[" + i + "]: " + data[i]); } -- GitLab