From 9a67142af64820495da46f46891e222968beeacc Mon Sep 17 00:00:00 2001 From: viarotel Date: Fri, 29 Nov 2024 18:08:10 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=9E=96=20Remove=20redundant=20consol?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/exposes/scrcpy/index.js | 2 -- src/components/Device/components/ControlBar/Rotation/index.vue | 2 -- 2 files changed, 4 deletions(-) diff --git a/electron/exposes/scrcpy/index.js b/electron/exposes/scrcpy/index.js index fd9e5b47..913534ba 100644 --- a/electron/exposes/scrcpy/index.js +++ b/electron/exposes/scrcpy/index.js @@ -89,8 +89,6 @@ async function getEncoders(serial) { const value = parseScrcpyCodecList(stdout) - console.log('value', value) - return value } diff --git a/src/components/Device/components/ControlBar/Rotation/index.vue b/src/components/Device/components/ControlBar/Rotation/index.vue index 23b2198b..38f77e62 100644 --- a/src/components/Device/components/ControlBar/Rotation/index.vue +++ b/src/components/Device/components/ControlBar/Rotation/index.vue @@ -100,8 +100,6 @@ export default { await sleep(500) } - console.log('command', command) - this.$adb.deviceShell(this.device.id, command) this.loading = false