Skip to content

Commit

Permalink
fix: remove print statement
Browse files Browse the repository at this point in the history
See #73
  • Loading branch information
aentwist authored and leng-yue committed Sep 27, 2024
1 parent 87b8c74 commit a022e61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scrcpy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def __deploy_server(self) -> None:
"power_off_on_close=false",
"clipboard_autosync=false",
]
print(commands)

self.__server_stream: AdbConnection = self.device.shell(
commands,
Expand Down

0 comments on commit a022e61

Please sign in to comment.