We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec31f4 commit 88e8d30Copy full SHA for 88e8d30
io.sloeber.ui/src/io/sloeber/ui/project/properties/BoardSelectionPage.java
@@ -269,7 +269,6 @@ private static String[] tidyUpLength(String[] pLongNames) {
269
final String separator = "/"; //$NON-NLS-1$
270
ArrayList<String> shortNames = new ArrayList<>();
271
for (String longName : pLongNames) {
272
- System.err.println(longName);
273
String[] pathParts = longName.split(separator);
274
if (pathParts.length > 10) {
275
StringJoiner sj = new StringJoiner(separator);
0 commit comments