Skip to content

Commit 2482e0e

Browse files
committed
fixes
1 parent 70f76a5 commit 2482e0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

browserstack/local.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def _generate_cmd(self):
5454
for o in self.options.keys():
5555
if self.options.get(o) is not None:
5656
cmd = cmd + self.__xstr(o, self.options.get(o))
57-
print(">>> CMD : ", cmd)
5857
return cmd
5958

6059
def _generate_stop_cmd(self):

0 commit comments

Comments
 (0)