Skip to content

Commit c91e77b

Browse files
Removed debug message
1 parent 5674804 commit c91e77b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/browserstack/local/LocalBinary.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ private void checkBinary() throws LocalException{
6565
}
6666

6767
private boolean validateBinary() throws LocalException{
68-
System.out.println("Validating binary at " + binaryPath);
6968
Process process;
70-
7169
try {
7270

7371
process = new ProcessBuilder(binaryPath,"--version").start();

0 commit comments

Comments
 (0)