Skip to content

Commit

Permalink
[D] Removed unnecessary log info
Browse files Browse the repository at this point in the history
  • Loading branch information
pskowronek committed Dec 20, 2017
1 parent 14e17d9 commit 2274fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desktop/src/main/java/pmstation/dialogs/AboutDlg.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ private String load(URL file) {
String result = "";
try (InputStream stream = file.openStream()){
String resourcePath = FilenameUtils.getFullPathNoEndSeparator(ResourceHelper.getResourceBaseURL().toExternalForm());
logger.info("--------------- " +resourcePath);
result = IOUtils.toString(stream, "UTF-8")
.replaceAll("\\{resource\\}", resourcePath)
.replaceAll("\\{version\\}", Constants.VERSION)
Expand Down

0 comments on commit 2274fa9

Please sign in to comment.