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 committed Sep 7, 2024
1 parent f7f57ba commit 7488e4d
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 7488e4d

Please sign in to comment.