We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5674804 commit c91e77bCopy full SHA for c91e77b
src/main/java/com/browserstack/local/LocalBinary.java
@@ -65,9 +65,7 @@ private void checkBinary() throws LocalException{
65
}
66
67
private boolean validateBinary() throws LocalException{
68
- System.out.println("Validating binary at " + binaryPath);
69
Process process;
70
-
71
try {
72
73
process = new ProcessBuilder(binaryPath,"--version").start();
0 commit comments