Skip to content

Commit 88e8d30

Browse files
author
jantje
committed
forgot to remove error tracing
1 parent bec31f4 commit 88e8d30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

io.sloeber.ui/src/io/sloeber/ui/project/properties/BoardSelectionPage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ private static String[] tidyUpLength(String[] pLongNames) {
269269
final String separator = "/"; //$NON-NLS-1$
270270
ArrayList<String> shortNames = new ArrayList<>();
271271
for (String longName : pLongNames) {
272-
System.err.println(longName);
273272
String[] pathParts = longName.split(separator);
274273
if (pathParts.length > 10) {
275274
StringJoiner sj = new StringJoiner(separator);

0 commit comments

Comments
 (0)