Skip to content

Commit 69b31ba

Browse files
committed
Removed debug message.
1 parent 1247b23 commit 69b31ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/processing/app/debug/TargetPlatform.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public class TargetPlatform {
4141
private MapWithSubkeys customMenus;
4242

4343
public TargetPlatform(String _name, File _folder) {
44-
System.out.println("TargetPlatform: constructor start, name: " + _name);
4544
name = _name;
4645
folder = _folder;
4746
boards = new HashMap<String, PreferencesMap>();

0 commit comments

Comments
 (0)