Skip to content

Commit

Permalink
perf: ➖ Remove redundant console
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 29, 2024
1 parent bfb578b commit 9a67142
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions electron/exposes/scrcpy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ async function getEncoders(serial) {

const value = parseScrcpyCodecList(stdout)

console.log('value', value)

return value
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ export default {
await sleep(500)
}
console.log('command', command)
this.$adb.deviceShell(this.device.id, command)
this.loading = false
Expand Down

0 comments on commit 9a67142

Please sign in to comment.