Skip to content

Commit 9ef3c98

Browse files
author
jan
committed
removing additional logging
1 parent 0cc0323 commit 9ef3c98

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

io.sloeber.core/src/io/sloeber/core/common/Common.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ public static void setPersistentProperty(IProject project, String tag, int value
149149
* the status information to log
150150
*/
151151
public static void log(IStatus status) {
152-
System.out.println( status.getMessage());
153-
154152
if (status.getSeverity() == IStatus.ERROR) {
155153
int style = StatusManager.LOG | StatusManager.SHOW | StatusManager.BLOCK;
156154
StatusManager stMan = StatusManager.getManager();

io.sloeber.core/src/io/sloeber/core/managers/WorkAround.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ static synchronized public File MakeBoardsSloeberTxt(File requestedFileToWorkAro
8383
}
8484
String inFile = requestedFileToWorkAround.toString();
8585
String actualFileToLoad = inFile.replace(Const.BOARDS_FILE_NAME, "boards.sloeber.txt");
86-
System.out.println("converting " + inFile + " to " + actualFileToLoad);
8786
if (inFile.equals(actualFileToLoad)) {
8887
Common.log(new Status(IStatus.ERROR, Activator.getId(),
8988
"Boards.txt file is not recognized " + requestedFileToWorkAround.toString()));

0 commit comments

Comments
 (0)