We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b1aa9 commit 90609baCopy full SHA for 90609ba
browserstack/local.py
@@ -38,7 +38,6 @@ def start(self, **kwargs):
38
if "onlyCommand" in kwargs and kwargs["onlyCommand"]:
39
return
40
41
- print self._generate_cmd()
42
self.proc = subprocess.Popen(self._generate_cmd(), stdout=subprocess.PIPE)
43
self.stderr = self.proc.stderr
44
0 commit comments