Skip to content

Commit acadcd4

Browse files
hariharanbrowserstackfrancisf
authored andcommitted
Remove local logs
1 parent 9ba3191 commit acadcd4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/com/browserstack/client/BrowserStackRequest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import java.io.InputStream;
1414
import java.util.List;
1515
import java.util.Map;
16+
import java.util.Properties;
1617
import java.util.regex.Matcher;
1718
import java.util.regex.Pattern;
1819

@@ -49,10 +50,7 @@ private static String getReleaseProperties(String key) {
4950
if (input != null) {
5051
properties.load(input);
5152
String releaseVersion = properties.getProperty("release.version");
52-
System.out.println("HARI DEBUG Release Version: " + releaseVersion);
5353
return releaseVersion;
54-
} else {
55-
System.err.println("HARI DEBUG version.properties not found");
5654
}
5755
} catch (IOException e) {
5856
e.printStackTrace();

0 commit comments

Comments
 (0)