From 798ad6d86a276af8166e9b30d25ed11d3a93968b Mon Sep 17 00:00:00 2001 From: zhaochaoyan Date: Sat, 16 Aug 2025 13:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=89=93=E5=8D=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhaochaoyan --- display/entry/src/main/ets/pages/ConfirmDialog.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/display/entry/src/main/ets/pages/ConfirmDialog.ets b/display/entry/src/main/ets/pages/ConfirmDialog.ets index 40b25383e..19f1a102c 100644 --- a/display/entry/src/main/ets/pages/ConfirmDialog.ets +++ b/display/entry/src/main/ets/pages/ConfirmDialog.ets @@ -140,7 +140,6 @@ struct ConfirmCustomDialog { if (AppStorage.get('deviceName') != null) { this.peerDeviceName = AppStorage.get('deviceName') as string; - console.log('peerDeviceName is ' + this.peerDeviceName); } let customDescriptionStr: string = AppStorage.get('customDescriptionStr') as string; let hostPkgLabel: string = AppStorage.get('hostPkgLabel') as string; -- Gitee