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