Skip to content

Commit

Permalink
Remove local logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharanbrowserstack authored and francisf committed Nov 22, 2023
1 parent 9ba3191 commit acadcd4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import java.io.InputStream;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import java.util.regex.Matcher;
import java.util.regex.Pattern;

Expand Down Expand Up @@ -49,10 +50,7 @@ private static String getReleaseProperties(String key) {
if (input != null) {
properties.load(input);
String releaseVersion = properties.getProperty("release.version");
System.out.println("HARI DEBUG Release Version: " + releaseVersion);
return releaseVersion;
} else {
System.err.println("HARI DEBUG version.properties not found");
}
} catch (IOException e) {
e.printStackTrace();
Expand Down

0 comments on commit acadcd4

Please sign in to comment.