Skip to content

Commit 7488e4d

Browse files
committed
fix: remove print statement
See #73
1 parent f7f57ba commit 7488e4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scrcpy/core.py

-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def __deploy_server(self) -> None:
174174
"power_off_on_close=false",
175175
"clipboard_autosync=false",
176176
]
177-
print(commands)
178177

179178
self.__server_stream: AdbConnection = self.device.shell(
180179
commands,

0 commit comments

Comments
 (0)