Skip to content

Commit 90609ba

Browse files
committed
removed printf
1 parent e7b1aa9 commit 90609ba

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
@@ -38,7 +38,6 @@ def start(self, **kwargs):
3838
if "onlyCommand" in kwargs and kwargs["onlyCommand"]:
3939
return
4040

41-
print self._generate_cmd()
4241
self.proc = subprocess.Popen(self._generate_cmd(), stdout=subprocess.PIPE)
4342
self.stderr = self.proc.stderr
4443

0 commit comments

Comments
 (0)